RE: [GD-Windows] C++ decorated names
Brought to you by:
vexxed72
From: Gareth L. <GL...@cl...> - 2003-06-16 19:35:14
|
Use extern "c" and don't try to mix C++ like that :) > -----Original Message----- > From: Ignacio Casta=F1o [mailto:cas...@ya...] > Sent: 16 June 2003 20:29 > 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=20 > 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=20 > 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 |