Opened 19 years ago

Closed 18 years ago

#217 deleted Support Requests (Duplicate)

Problems building & linking with vc7.1

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

Description

First I had a problem where once I had things configured 
to go to VC7.1 I got incompatible compiler switches -
 /Za and /Ze

And of course neither one of those are explicitly specified

It turned out that the only way to fix it was to remove 
the following flags

flags vc7.1 CFLAGS : /Op ;
flags vc7.1 C++FLAGS : /Zc:wchar_t,forScope ;


This got things to allow the command line to run

However when I try to link in the filesystem library I get 
a bunch of unresolved linker errors looking for std::string 
stuff.

I am linking using multithreaded debug DLL - my guess is 
that it is looking for a VC6 named DLL when boost is 
built but then it doesn't link properly when used in a VC7 
project.

Has anyone even tried this?????

Change History (1)

comment:1 by az_sw_dude, 18 years ago

Status: assignedclosed
Logged In: YES 
user_id=579686

Same as 852941 which Beman answered.
Note: See TracTickets for help on using tickets.