Boost Library Inclusion
-
I'm trying to use the Boost Regex[^] library in my MFC SDI app but am having some problems including the files as they instruct. I've built the library per their instructions[^] I added the C:\boost path to my include directories for my project I added #include <boost/regex.hpp> to the top of the file I intend to use it in ... yet I still get a compile-time error saying the following:
MyAppName fatal error LNK1104: cannot open file 'boost_regex_vc7_mdid.lib'
Any ideas what I'm doing wrong, or how to fix it? Thanks very much, Dave -
I'm trying to use the Boost Regex[^] library in my MFC SDI app but am having some problems including the files as they instruct. I've built the library per their instructions[^] I added the C:\boost path to my include directories for my project I added #include <boost/regex.hpp> to the top of the file I intend to use it in ... yet I still get a compile-time error saying the following:
MyAppName fatal error LNK1104: cannot open file 'boost_regex_vc7_mdid.lib'
Any ideas what I'm doing wrong, or how to fix it? Thanks very much, Dave -
I tried adding the C:\boost path to the VS.NET library includes path, and it diesn't work. I also tried adding C:\Visual Studio .NET\Vc7\lib (where that library file actually resides) to both the VS.NET library path definition, and the project library definitions path and no luck. One more thing ... I'm not using pre-compiled headers ... if that would make any difference. Thanks for the suggestion. Any others?
-
I tried adding the C:\boost path to the VS.NET library includes path, and it diesn't work. I also tried adding C:\Visual Studio .NET\Vc7\lib (where that library file actually resides) to both the VS.NET library path definition, and the project library definitions path and no luck. One more thing ... I'm not using pre-compiled headers ... if that would make any difference. Thanks for the suggestion. Any others?