Boost C++ Libraries: Ticket #437: .Net 2005 Beta 2 and VC++ 8.0 https://svn.boost.org/trac10/ticket/437 <pre class="wiki">Hello, I'm testing our apps with VS .Net 2005 Beta 2. I encountered some difficulties with Boost. Some samples of the errors messages I got at linkage: libboost_date_time-vc6-mt-gd-1_32.lib(greg_month.obj) : warning LNK4049: locally defined symbol ?? 1out_of_range@std@@UAE@XZ (public: virtual __thiscall std::out_of_range::~out_of_range(void)) imported libboost_date_time-vc6-mt-gd-1_32.lib(greg_month.obj) : warning LNK4217: locally defined symbol ?? 0out_of_range@std@@QAE@ABV?$basic_string@DU? $char_traits@D@std@@V? $allocator@D@2@@1@@Z (public: __thiscall std::out_of_range::out_of_range(class std::basic_string&lt;char,struct std::char_traits&lt;char&gt;,class std::allocator&lt;char&gt; &gt; const &amp;)) imported in function "public: __thiscall boost::gregorian::bad_month::bad_month(void)" (?? 0bad_month@gregorian@boost@@QAE@XZ) libboost_date_time-vc6-mt-gd-1_32.lib(greg_month.obj) : warning LNK4217: locally defined symbol ?? 0out_of_range@std@@QAE@ABV01@@Z (public: __thiscall std::out_of_range::out_of_range(class std::out_of_range const &amp;)) imported in function "public: __thiscall boost::gregorian::bad_month::bad_month (struct boost::gregorian::bad_month const &amp;)" (?? 0bad_month@gregorian@boost@@QAE@ABU012@@Z ) libboost_signals-vc6-mt-gd-1_32.lib (named_slot_map.obj) : warning LNK4049: locally defined symbol ??1runtime_error@std@@UAE@XZ (public: virtual __thiscall std::runtime_error::~runtime_error(void)) imported libboost_signals-vc6-mt-gd-1_32.lib (named_slot_map.obj) : warning LNK4217: locally defined symbol ??0runtime_error@std@@QAE@ABV? $basic_string@DU?$char_traits@D@std@@V? $allocator@D@2@@1@@Z (public: __thiscall std::runtime_error::runtime_error(class std::basic_string&lt;char,struct std::char_traits&lt;char&gt;,class std::allocator&lt;char&gt; &gt; const &amp;)) imported in function "public: __thiscall boost::bad_function_call::bad_function_call(void)" (?? 0bad_function_call@boost@@QAE@XZ) libboost_signals-vc6-mt-gd-1_32.lib (named_slot_map.obj) : warning LNK4217: locally defined symbol ?? 0runtime_error@std@@QAE@ABV01@@Z (public: __thiscall std::runtime_error::runtime_error(class std::runtime_error const &amp;)) imported in function "public: __thiscall boost::bad_function_call::bad_function_call (class boost::bad_function_call const &amp;)" (?? 0bad_function_call@boost@@QAE@ABV01@@Z) I also found some compile-time errors, but I think it is our fault, I must investigate some more. Did boost 1.32 work with VS .Net 2005 beta 2? I'm sure I'm not the first to try. Any advice about this issue or others? If a new release of Boost is needed, is a team working on it? How can I help? Our old compiler was VC++ 6.0, I use Boost 1.32, latest release. Thanks all </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/437 Trac 1.4.3 Douglas Gregor Tue, 12 Jul 2005 14:53:00 GMT status changed https://svn.boost.org/trac10/ticket/437#comment:1 https://svn.boost.org/trac10/ticket/437#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> </ul> <pre class="wiki">Logged In: YES user_id=249098 Visual C++ 8.0 is a release platform for the upcoming 1.33.0 release of Boost, but support for this compiler will not be backported to 1.32.0. </pre> Ticket