Boost C++ Libraries: Ticket #218: Problems building & linking with vc7.1 https://svn.boost.org/trac10/ticket/218 <pre class="wiki">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????? </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/218 Trac 1.4.3 beman_dawes Wed, 03 Dec 2003 01:21:50 GMT <link>https://svn.boost.org/trac10/ticket/218#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/218#comment:1</guid> <description> <pre class="wiki">Logged In: YES user_id=51042 Are you running one of the release versions, or from the CVS? The release versions link OK with VC++ 6.0, 7.0, and 7.1, but had no declspec support. The CVS version should be more flexible, but the changes are recent so make sure you are up to date. --Beman </pre> </description> <category>Ticket</category> </item> <item> <dc:creator>René Rivera</dc:creator> <pubDate>Mon, 18 Sep 2006 14:48:37 GMT</pubDate> <title>status changed https://svn.boost.org/trac10/ticket/218#comment:2 https://svn.boost.org/trac10/ticket/218#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> </ul> Ticket