[fixed]cdecl and fastcall in sample 21.Quake3Explorer

You discovered a bug in the engine, and you are sure that it is not a problem of your code? Just post it in here. Please read the bug posting guidelines first.
Post Reply
AReichl
Posts: 268
Joined: Wed Jul 13, 2011 2:34 pm

[fixed]cdecl and fastcall in sample 21.Quake3Explorer

Post by AReichl »

Hi,

in sample 21.Quake3Explorer i find the 'fastcall' convention in some .vcxproj files,
which prevents the IrrKlang library from linking. I have changed it back to 'cdecl'
and then it works.
CuteAlien
Admin
Posts: 9628
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: [fixed]cdecl and fastcall in sample 21.Quake3Explorer

Post by CuteAlien »

Thanks. Fixed it (at least for VS2010 - VS2013 ... haven't installed vs2015 yet).
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Post Reply