
Hi: Having upgraded and build 1.46, I'm getting the error: 1>LINK : fatal error LNK1104: cannot open file 'libboost_system-vc100-mt-gd-1_45.lib' Can someone tell me where the linking is controlled, I've done a search in the entire boost directory, but carn't find where this could be happening! I'm using the boost.filesystem library, and elements boost::system::error_code from boost.system. Anyone give me some pointers! Cheers Sean.

Did you recompile everything that directly or indirectly includes boost.system? There might be an old reference to the 1.45 lib left somewhere. Dee On Wed, Feb 23, 2011 at 08:15, Sean Farrow <sean.farrow@seanfarrow.co.uk> wrote:
Hi:
Having upgraded and build 1.46, I’m getting the error:
1>LINK : fatal error LNK1104: cannot open file 'libboost_system-vc100-mt-gd-1_45.lib'
Can someone tell me where the linking is controlled, I’ve done a search in the entire boost directory, but carn’t find where this could be happening!
I’m using the boost.filesystem library, and elements boost::system::error_code from boost.system.
Anyone give me some pointers!
Cheers
Sean.
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users

Hi: Yes, and everything seems to be working touch wood! Cheers Sean. -----Original Message----- From: boost-users-bounces@lists.boost.org [mailto:boost-users-bounces@lists.boost.org] On Behalf Of Diederick C. Niehorster Sent: 23 February 2011 01:26 To: boost-users@lists.boost.org Subject: Re: [Boost-users] issues having upgraded to 1.46 Did you recompile everything that directly or indirectly includes boost.system? There might be an old reference to the 1.45 lib left somewhere. Dee On Wed, Feb 23, 2011 at 08:15, Sean Farrow <sean.farrow@seanfarrow.co.uk> wrote:
Hi:
Having upgraded and build 1.46, I’m getting the error:
1>LINK : fatal error LNK1104: cannot open file 'libboost_system-vc100-mt-gd-1_45.lib'
Can someone tell me where the linking is controlled, I’ve done a search in the entire boost directory, but carn’t find where this could be happening!
I’m using the boost.filesystem library, and elements boost::system::error_code from boost.system.
Anyone give me some pointers!
Cheers
Sean.
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
participants (2)
-
Diederick C. Niehorster
-
Sean Farrow