I want to specify that I searched what I want, but I didn't find anything.
Here we go : my first "problem" is this line :
Code: Select all
IrrlichtDevice *device = createDevice(EDT_DIRECT3D9, dimension2d<u32>(640, 480), 16, false, false, false, 0);
My second is :
Code: Select all
guienv->addStaticText(L"Hello world", rect<s32>(10,10,200,22), false);
My last is :
Code: Select all
driver->beginScene(true, true, SColor(0,255,255,255));
Thanks for your responses and bybye .