Re: [CMake] VC2015 and Windows 7 compatibility

2017-09-20 Thread Elvis Stansvik
2017-09-21 0:20 GMT+02:00 Gonzalo Garramuño : > > > El 20/09/2017 a las 04:44, Elvis Stansvik escribió: >> >> 2017-09-20 7:53 GMT+02:00 Elvis Stansvik : >>> >>> 2017-09-19 23:22 GMT+02:00 Gonzalo Garramuño : El 19/09/2017 a las 15:19, J Decker escribió: > > you can just insta

Re: [CMake] VC2015 and Windows 7 compatibility

2017-09-20 Thread Gonzalo Garramuño
El 20/09/2017 a las 04:44, Elvis Stansvik escribió: 2017-09-20 7:53 GMT+02:00 Elvis Stansvik : 2017-09-19 23:22 GMT+02:00 Gonzalo Garramuño : 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

Re: [CMake] VC2015 and Windows 7 compatibility

2017-09-20 Thread Gonzalo Garramuño
El 19/09/2017 a las 18:28, Robert Maynard escribió: 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 Unfortunately I am using Makefiles ( Ninja ) which do not s

Re: [CMake] VC2015 and Windows 7 compatibility

2017-09-20 Thread Elvis Stansvik
2017-09-20 7:53 GMT+02:00 Elvis Stansvik : > 2017-09-19 23:22 GMT+02:00 Gonzalo Garramuño : >> >> >> 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 >> >> Unfor

Re: [CMake] VC2015 and Windows 7 compatibility

2017-09-19 Thread Elvis Stansvik
2017-09-19 23:22 GMT+02:00 Gonzalo Garramuño : > > > 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-c

Re: [CMake] VC2015 and Windows 7 compatibility

2017-09-19 Thread Robert Maynard
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 wrote: > > > El 19/09/2017 a las 15:19, J Decker escribió: >> >

Re: [CMake] VC2015 and Windows 7 compatibility

2017-09-19 Thread Gonzalo Garramuño
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.

Re: [CMake] VC2015 and Windows 7 compatibility

2017-09-19 Thread J Decker
you can just install the runtime redistributuable for 2015... https://www.microsoft.com/en-us/download/details.aspx?id=48234 On Tue, Sep 19, 2017 at 9:57 AM, Elvis Stansvik < elvis.stans...@orexplore.com> wrote: > 2017-09-19 17:50 GMT+02:00 Gonzalo Garramuño : > > I compile on Windows 8.1. I

Re: [CMake] VC2015 and Windows 7 compatibility

2017-09-19 Thread Elvis Stansvik
2017-09-19 17:50 GMT+02:00 Gonzalo Garramuño : > I compile on Windows 8.1. I just found out that my program does not work on > Windows 7 after I upgraded my toolchain to VC2015. Users of my program on > Windows 7 get: > > Missing DLL ms-api-win-core-libraryloader-l1-2-0.dll > > After some digging,

[CMake] VC2015 and Windows 7 compatibility

2017-09-19 Thread Gonzalo Garramuño
I compile on Windows 8.1.  I just found out that my program does not work on Windows 7 after I upgraded my toolchain to VC2015. Users of my program on Windows 7 get: Missing DLL ms-api-win-core-libraryloader-l1-2-0.dll After some digging, I found out that it can be because the use of SDK Sets