Re: [Boost-users] fatal error LNK1104: cannot open file'libboost_regex-vc71-sgd-1_32.lib'
This probably means that you haven't compiled the library corresponding to your current setup. If the autolinking not choosing the library compiled with the right settings (i.e. you've decided that you know better than boost what to link to), you could modify the regexp headers to not do autolinking (search for inclusion of autolink.hpp), and configure your project to link against the right lib.
-----Original Message----- From: John Lucas [mailto:john.lucas@mi-int.com] Sent: 14 June 2005 15:37 To: boost-users@lists.boost.org Subject: [Boost-users] fatal error LNK1104: cannot open file'libboost_regex-vc71-sgd-1_32.lib'
Hi boost
New to C++ and boost so please bear with me.
I have downloaded the boost library (1.3.2) from sf.net on to a Windows XP platform running Visual Studio .NET. I've started a C++ project however when I compile it, having added the regex class, I get the following error:
fatal error LNK1104: cannot open file 'libboost_regex-vc71-sgd-1_32.lib'
I have include the lib path for boost and that worked OK with the other libraries but not this one. Any one got any ideas?
John Lucas Director of Operations MI International UK Tel: +44 (0)1642 356138 Mobile: +44 (0)7884 181828 Email: john.lucas@mi-int.com mailto:john.lucas@mi-int.com URL: www.mi-int.com http://www.mi-int.com/
http://www.mi-int.com/images/logo3.JPG
First for European POI and business data
In association with D&B
DISCLAIMER: this email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error, please notify the system manager. Please note that any views or opinions presented in this email are solely those of the author and do not necessarily represent those of the company. If you are not the intended recipient, please email postmaster@mi-int.com, along with a copy of the email. Finally, the recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. E&OE
participants (1)
-
Marcin Tustin