You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/01/10 19:21:37 UTC

[GitHub] [arrow] MironAtHome removed a comment on issue #12114: Build just doesn't work on windows with MSVC 2017. Any chance to put together decent .vcproj files?

MironAtHome removed a comment on issue #12114:
URL: https://github.com/apache/arrow/issues/12114#issuecomment-1009262209


   **It is my understanding that much effort is to maintain single set of scripts and use parameters to drive features / files selected for compiler to build product.
   I will try to emulate it closely.
   For the moment I already have vcproj project file for Visual Studio 2017 ( I believe it will work with editions 2019 and 2022 as well ). Need to 
   a. document dependencies
   b. wire in parameters driving similar to cmake feature / file filtering
   c. take a step back and consider placeholders, replaced by cmake
   d. ensure and run unit tests
   --- optionally / next on the list
   e. add c# wrappers to some of the code using c++ CLR to provide for seamless integration with .NET
   ----
   The advantage of having vcproj files is that anyone with Visual Studio will be able to load those, clone dependencies ( unless I missed those are submodules that just need a sync up? )  and run build. And if something fails it would be fairly transparent how and what needs to be fixed. Learning new tools, such as CMake is probably great, but it does take time. So, having vcproj is really nice to get up and running quickly.**


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org