i\'m trying to use boost regex within my program the problem is i get this error... the only installation step i did was to add: \"C:\\Program Files\\boost\\boost_1_42\" int
I'm not sure about the define settings, but I was able to get boost to build with MSVC 9.0 by running the batch file, then editing file as follows. Change the line:
using mvsc
to:
using msvc : 9.0 : cl.exe
then running .\b2 install and the boost headers and libraries were built and installed to c:\boost.