[CMake] VC2015 and Windows 7 compatibility

Robert Maynard robert.maynard at kitware.com
Tue Sep 19 17:28:23 EDT 2017


I believe if you want to compile with XP support you can also specify
that as part of the Toolset string.

So from a clean build directory: make -G "Visual Studio 14 2015" -T v140_xp

On Tue, Sep 19, 2017 at 5:22 PM, Gonzalo Garramuño <ggarra13 at gmail.com> wrote:
>
>
> El 19/09/2017 a las 15:19, J Decker escribió:
>>
>> you can just install the runtime redistributuable for 2015...
>>
>> https://www.microsoft.com/en-us/download/details.aspx?id=48234
>
> Unfortunately, that does not have the required ms-api-win-core* DLLs.  It is
> something that changed with v8.0 of windows.  Elvis solution seems like it
> should work.  I am awaiting an answer from my beta testers.
>
>
> --
> Gonzalo Garramuño
>
> --
>
> Powered by www.kitware.com
>
> Please keep messages on-topic and check the CMake FAQ at:
> http://www.cmake.org/Wiki/CMake_FAQ
>
> Kitware offers various services to support the CMake community. For more
> information on each offering, please visit:
>
> CMake Support: http://cmake.org/cmake/help/support.html
> CMake Consulting: http://cmake.org/cmake/help/consulting.html
> CMake Training Courses: http://cmake.org/cmake/help/training.html
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/cmake


More information about the CMake mailing list