Search found 1 match

by baol
Tue Jun 28, 2011 12:19 pm
Forum: Project Announcements
Topic: IrrDelphi (Irrlicht183, irrKlang130b) Delphi\Pascal headers
Replies: 54
Views: 44563

small fix
Irrlicht_172.pas line 12017
function createDeviceEx(const parameters: SIrrlichtCreationParameters): PIrrlichtDevice; cdecl; external IRR_DLL;

params must be passed by ref
extern "C" IRRLICHT_API IrrlichtDevice* IRRCALLCONV createDeviceEx(
const SIrrlichtCreationParameters& parameters ...