RE: [GD-Windows] C++ decorated names
Brought to you by:
vexxed72
From: Jon W. <hp...@mi...> - 2003-06-16 19:26:39
|
I wouldn't assume that exception tables, RTTI, vtable layout,=20 or even calling conventions would be the same between different=20 C++ compilers. Basically, C++ in shared libraries is a really=20 scary concept, because the standard didn't at all anticipate=20 (or want to deal with) those issues. Cheers, / h+ > -----Original Message----- > From: gam...@li... > [mailto:gam...@li...]On Behalf Of > Ignacio Casta=F1o > Sent: Monday, June 16, 2003 12:29 PM > To: gam...@li... > Subject: [GD-Windows] C++ decorated names >=20 >=20 > Hi, > I'm building a few dlls with both msvc and mingw. Both work fine, but = the > name of the dll exports of the C++ methods is different, so I=20 > cannot mix the > dlls. Does somebody knows if it's possible to change the name = generation > scheme on msvc or mingw, to match the other? >=20 > Thanks in advance, >=20 > Ignacio Casta=F1o > cas...@ya... >=20 >=20 >=20 > ------------------------------------------------------- > This SF.NET email is sponsored by: eBay > Great deals on office technology -- on eBay now! Click here: > http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 > _______________________________________________ > Gamedevlists-windows mailing list > Gam...@li... > https://lists.sourceforge.net/lists/listinfo/gamedevlists-windows > Archives: > http://sourceforge.net/mailarchive/forum.php?forum_id=3D555 >=20 |