Opened 17 years ago

Closed 17 years ago

#417 closed Support Requests (None)

"boost_regex_vc7_mdid.lib" not found

Reported by: nobody Owned by: John Maddock
Milestone: Component: None
Version: None Severity:
Keywords: Cc:

Description

Hello,

We have a VC++ application that is built in VS 6.0 that 
uses Boost libraries (those for VS6.0). We migrated to 
VS .Net 2003 (VC++ 7.x). We are having trouble with 
compilation of our application. The error comes at the 
time of linking which says the 
file "boost_regex_vc7_mdid.lib" not found. Also, we do 
not have this lib file. 
Does anybody have any idea about this file? Did 
somebody get such a problem ever?
Please reply us at:
prasadrn@hcltech.com
subbavr@hcltech.com

Thanks a lot in advance,
Prasad Narwadkar.

Change History (1)

comment:1 by John Maddock, 17 years ago

Status: assignedclosed
Logged In: YES 
user_id=14804

You need to build the regex library with your new compiler
(VC7.1) using the correct makefile (vc71.mak in
libs/regex/build), or correct bjam toolset (vc-7_1).  Refer
to the getting started guide, and the regex docs for more
information.
Note: See TracTickets for help on using tickets.