Starting to update Wiki

shanefarris

05-08-2009 16:47:14

Ok per our last conversation I am updating the MyGui wiki as I start to work with the library. So far I have updated the quick start to include the ogre platform. As I update or add I will post what I've done so it can be reviewed and ensure that it is correct.

http://www.ogre3d.org/wiki/index.php/MyGUI_quickstart

Thanks.

Altren

05-08-2009 18:51:19

You will also need the MyGUI.OgrePlatform.lib(_d).dll .lib(_d).dll ??

Additional include - #include "MyGUI_OgrePlatform.h" And additional include directory with MyGUI_OgrePlatform.h.

mPlatform->initialise(CGameManager::Instance()->GetRenderWindow());This line is very bad, use something more clear like mPlatform->initialise(mWindow); // mWindow is Ogre::RenderWindow ...

P.S. I already fixed that.

shanefarris

05-08-2009 19:51:08

Oh sorry, I pasted my own code in there.