Strigidis
05-04-2011 21:43:57
Hello,
I'm looking for a solution to solve my problem.
I had followed the MyGUI'tuto, I juste initialise Ogre Plateform and the log return me some errors :
My Code :
And the log return :
I'm looking for a solution to solve my problem.
I had followed the MyGUI'tuto, I juste initialise Ogre Plateform and the log return me some errors :
My Code :
MyGUI::OgrePlatform* mPlatform = new MyGUI::OgrePlatform();
mPlatform->initialise(m_fenetre,m_sceneManager); //
And the log return :
22:09:50 | Platform | Info | * Initialise: OgreRenderManager | C:\ /* my path etc to my source...*/ \src\MyGUI_OgreRenderManager.cpp | 26
22:09:50 | Platform | Info | OgreRenderManager successfully initialized | C:\ /* my path etc to my source...*/ \src\MyGUI_OgreRenderManager.cpp | 54
22:09:50 | Platform | Info | * Initialise: OgreDataManager | C:\ /* my path etc to my source...*/ \src\MyGUI_OgreDataManager.cpp | 45
22:09:50 | Platform | Info | OgreDataManager successfully initialized | C:\ /* my path etc to my source...*/ \src\MyGUI_OgreDataManager.cpp | 49