Build boost lib without VS
-
Hello, I'm using Windows SDK for building an applications without Visual Studio I've tried to build boost lib using "bootstrap.bat" from installation folder but got an error: "program can't start because mspdb100.dll is missing..." I see that dll is from VS installation. do you how I can build boost without VS but using WinSDK free commandline compiler tools only?
-
Hello, I'm using Windows SDK for building an applications without Visual Studio I've tried to build boost lib using "bootstrap.bat" from installation folder but got an error: "program can't start because mspdb100.dll is missing..." I see that dll is from VS installation. do you how I can build boost without VS but using WinSDK free commandline compiler tools only?
As a note there is a boost forum at the boost site. But possible solutions 1. You do have the library. So find it and then set the lib path. 2. You do not have the library but there is a MS source for it. Find it, download it, set the lib path. 3. It only exists in Visual Studio. a. So buy Visual Studio b. Find the code that uses that library, and use a macro to remove it. Remove the lib dependency.
-
Hello, I'm using Windows SDK for building an applications without Visual Studio I've tried to build boost lib using "bootstrap.bat" from installation folder but got an error: "program can't start because mspdb100.dll is missing..." I see that dll is from VS installation. do you how I can build boost without VS but using WinSDK free commandline compiler tools only?
Additionally to jschell's 3a point: you can try with Visual Studio Express[^], it is free but has limitations (like no MFC).
> The problem with computers is that they do what you tell them to do and not what you want them to do. < > If it doesn't matter, it's antimatter.<
-
Hello, I'm using Windows SDK for building an applications without Visual Studio I've tried to build boost lib using "bootstrap.bat" from installation folder but got an error: "program can't start because mspdb100.dll is missing..." I see that dll is from VS installation. do you how I can build boost without VS but using WinSDK free commandline compiler tools only?