[CMake] MSVC++ Express 2010 and msvcp100.dll/msvcr100.dll not found

David Cole dlrdave at aol.com
Fri Sep 27 10:08:04 EDT 2013


The Express editions of Visual Studio do not contain the 
redistributable libraries. You may build software and use it on your 
own computer with the Express editions, but you are not able to create 
redistributable software with it that works on other machines unless 
you link everything you need statically.

To redistribute the software you build with VS, you need to buy a 
license to one of the paid editions.

HTH,
David C.



More information about the CMake mailing list