hi guys,
just downloaded the boost libraries and tried to build them with the included bootstrap.bat batch file. this kind of worked fine since all libraries have been created for my Visual Studio 2010 installation. However i’m using both Visual Studio 2010 and Visual Studio 2008 and now i would like to have the libraries created for for Visual Studio 2008 aswell.
i think it shouldn’t be problematic to make Visual Studio 2008 to use the libraries created for VS2010 however the libraries are included automatically by boost using the prefix corresponding the the used VS version.
for example in VS2008 i get following error: libboost_thread-vc90-mt-1_46_1.lib
since in the lib directory in only have the vc10 version built.
so how can i get the libraries created for VS2008?
thanks a lot,
Patrik