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 on win8.1. And that perhaps setting the compiler compatibility to
WinXP should fix it. However, I don't know how to do that from cmake.
Any ideas?
If you want to see my CMakeLists.txt, you can get the code with:
$ git clone ssh://[email protected]/p/mrviewer/code mrviewer-code
--
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