Opened 17 years ago

Closed 17 years ago

#437 closed Support Requests (Fixed)

.Net 2005 Beta 2 and VC++ 8.0

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

Description

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<char,struct 
std::char_traits<char>,class std::allocator<char> > 
const &)) 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 &)) imported in function "public: 
__thiscall boost::gregorian::bad_month::bad_month
(struct boost::gregorian::bad_month const &)" (??
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<char,struct 
std::char_traits<char>,class std::allocator<char> > 
const &)) 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 &)) imported in function "public: 
__thiscall boost::bad_function_call::bad_function_call
(class boost::bad_function_call const &)" (??
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

Change History (1)

comment:1 by Douglas Gregor, 17 years ago

Status: assignedclosed
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.
Note: See TracTickets for help on using tickets.