26 Aug
2010
26 Aug
'10
4:47 p.m.
AMDG Emir D. wrote:
I'm having some problems with using Boost's Regex in MS Visual Studio 2010. I've included the header file and downloaded the "bjam.exe" file, which I have run and it generated some lib and obj files. After including the newly generated files in VS2010, when I try to compile, I get the following:
"fatal error LNK1104: cannot open file 'libboost_regex-vc100-mt-gd-1_43.lib' "
I've inspected the bjam.exe generated files and it appears to have a lib file 'libboost_regex-vc100-mt-1_43.lib', but not 'libboost_regex-vc100-mt-gd-1_43.lib'.
The command for generating the library you need is bjam --with-regex debug link=static threading=multi In Christ, Steven Watanabe