Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

Irrlicht wizard

(1/1)

PizzaNapoli:
Hi

I'm using CB10.5 and discovered that the Irrlicht wizard for creating new Irrlicht projects is using an old template.

With the actual Irrlicht lib the following line (71) should be changed:

old:

--- Code: ---IrrlichtDevice *device = createDevice(EDT_SOFTWARE, dimension2d<s32>(640, 480), 16, false, false, false, 0);
--- End code ---

new:

--- Code: ---IrrlichtDevice *device = createDevice(EDT_SOFTWARE, dimension2d<u32>(640, 480), 16, false, false, false, 0);

--- End code ---

Somebody should fix that.

Navigation

[0] Message Index

Go to full version