Boost logo

Boost Users :

From: Rainer Thaden (RThaden_at_[hidden])
Date: 2008-07-02 06:14:38


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#library-naming

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


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net