version 0.4
Code: Select all
addWindow ( const core::rect< s32 > & rectangle,
IGUIElement * parent = 0,
s32 id = -1,
const wchar_t * text = 0
)Code: Select all
addWindow ( const core::rect< s32 > & rectangle,
bool modal = false,
const wchar_t * text = 0,
IGUIElement * parent = 0,
s32 id = -1
)my primary question is to sample "movement" .. i can all samples compile and execute with 0.4.2, only "movement" can compile with 0 errors and warnung but starting the execute file cames a memory error.
yes in the folder is Irrlicht.dll 0.4.2 (640KB) and the projekt ist recompiled ("release" folder was deleted)
what's my fault?

