
2 Jul
2008
2 Jul
'08
10:14 a.m.
Hi,
I'm encountering a libboost_system-vc80-mt-1_35.lib not found link error after
^^^^^^^^^
#pragma comment (lib, "boost_filesystem-vc80-mt-1_35.lib")
^^^^^^^^^^ Have a close look at the names. Could it be this? Different libs?
I noticed it's is built in the link static threading-multi portion but was copied to the output lib folder, so why is the dll version trying to link that?
Additionally have a look at the getting started page http://www.boost.org/doc/libs/1_35_0/more/getting_started/windows.html#libra... lib Prefix: except on Microsoft Windows, every Boost library name begins with this string. On Windows, only ordinary static libraries use the lib prefix; import libraries and DLLs do not. Regards, Rainer