Irrlicht engine version 0.11.0
Microsoft Windows XP Professional Service Pack 1 (Build 2600)
Irrlicht Software Renderer
Loaded Texture: #Default Font
Loaded Mesh: c:/Program Files/irr1st/Object.obj
Loaded Texture: c:/Program Files/irr1st/tiles.jpg
Looking good so far. (I also tried with EDT_OPENGL btw)
The only problem: The mainwindow, whick should display beautiful 3D graphics only displays the text "Hello World! This is the Irrlicht Software engine!" from the
line and the rest of the mainwindow just stays gray.guienv->addStaticText(L"Hello World! This is the Irrlicht Software engine!",
rect<int>(10,10,200,22), true);
I'm pretty sure that this is a pretty noobiish mistake but i couldn't find anythink about it searching the forums.
Help would be apprecdiated !