suny2000
suny2000
I create the Ogre window like this: ``` Ogre::String windowTitle = "SHMUP CREATOR by bulo studio - v" + mgr.versionNumber + " - February 2022 - One more month, and...";...
Thanks! I'm still lost about what parameters I should use for the renderSystem to make the application works with multi-screens. I'm doing: ``` mgr.rsys = mgr.root->getRenderSystemByName("Direct3D9 Rendering Subsystem"); mgr.rsys->setConfigOption("Auto hardware...
I tried it and still crashing, but: I had a lot of crashes related to textures not found (from old materials I forgot to delete). Is it expected that Ogre...
I compiled MyGUI demos on mster, and I confirm that they crash when I move the window on my second screen (ex: Demo_PanelView.exe)
I can confirm. I thought I was using D3D9Ex for some time, but I was mistaken (I wasn't using setConfigOption() ) Also, I compiled my app without MyGUI, and I...
MyGUI is working perfectly for me with Ogre.13, on DX9c I didn't try it yet with 13.3. Except for the issue above, and this one which may not be related...