Lord Fers
05-09-2015 00:48:40
After a couple of issues I had to build MyGUI , I could do it, but now when you try to create context and MyGUI_Core , I have the next error:

I'm initialising the MyGUI so:
I need to fix this, to further develop my project , thanks for the previous collaboration , greetings .
I'm initialising the MyGUI so:
... code ...
Engine->Initialize(hwnd); //Init Engine
//Begin Init MyGUI:
mPlatform = new MyGUI::DirectXPlatform();
mPlatform->initialise(Engine->Direct3DDevice);
mPlatform->getRenderManagerPtr()->setViewSize(MAIN_VIEW_PORT_X, MAIN_VIEW_PORT_Y);
mPlatform->getDataManagerPtr()->addResourceLocation("C:/MyGUI_3.2.0/Media/MyGUI_Media", false);
mGUI = new MyGUI::Gui();
mGUI->initialise("MyGUI_Core.xml");
I need to fix this, to further develop my project , thanks for the previous collaboration , greetings .