Brocan
12-10-2008 19:06:41
I have created a button with the code of the wiki: http://www.ogre3d.org/wiki/index.php/MyGUI_quickstart
And when i run the app in debug mode, i get this assertion in the createWidget line.:

Any ideas?
Thanks in advance
MyGUI::Gui * mGUI = new MyGUI::Gui();
mGUI->initialise(mWindow);
MyGUI::ButtonPtr button = mGUI->createWidget<MyGUI::Button>("Button", 10, 10, 300, 26, MyGUI::ALIGN_DEFAULT, "Main");
And when i run the app in debug mode, i get this assertion in the createWidget line.:
Any ideas?
Thanks in advance