Failure to compile on DirectX and OpenGL Render System

conmemayngu

28-02-2010 14:57:42

I have precomplied MyGUI 3.0.1 with MSVC8 on DirectX Render System, OpenGL Render System, Ogre Render System

1. DirectX Render System work but i have some bug don't render


http://www.upanh.com/mygui_gl/v/7507596.htm
MyGui.log


----------------------------------------------------------------------------------------------------------------------------------
loging report for : 02/27/2010 22:24:18
----------------------------------------------------------------------------------------------------------------------------------

22:24:18 | Platform | Info | * Initialise: DirectXRenderManager | ..\..\..\..\Platforms\DirectX\DirectXPlatform\src\MyGUI_DirectXRenderManager.cpp | 25
22:24:18 | Platform | Info | DirectXRenderManager successfully initialized | ..\..\..\..\Platforms\DirectX\DirectXPlatform\src\MyGUI_DirectXRenderManager.cpp | 41
22:24:18 | Platform | Info | * Initialise: DirectXDataManager | ..\..\..\..\Platforms\DirectX\DirectXPlatform\src\MyGUI_DirectXDataManager.cpp | 68
22:24:18 | Platform | Info | DirectXDataManager successfully initialized | ..\..\..\..\Platforms\DirectX\DirectXPlatform\src\MyGUI_DirectXDataManager.cpp | 70
22:24:18 | Core | Info | * Initialise: Gui | ..\..\MyGUIEngine\src\MyGUI_Gui.cpp | 82
22:24:18 | Core | Info | * MyGUI version 3.0.1 | ..\..\MyGUIEngine\src\MyGUI_Gui.cpp | 86
22:24:18 | Core | Info | * Initialise: ResourceManager | ..\..\MyGUIEngine\src\MyGUI_ResourceManager.cpp | 43
22:24:18 | Core | Info | ResourceManager successfully initialized | ..\..\MyGUIEngine\src\MyGUI_ResourceManager.cpp | 51
22:24:18 | Core | Info | * Initialise: LayerManager | ..\..\MyGUIEngine\src\MyGUI_LayerManager.cpp | 44
22:24:18 | Core | Info | LayerManager successfully initialized | ..\..\MyGUIEngine\src\MyGUI_LayerManager.cpp | 52
22:24:18 | Core | Info | * Initialise: WidgetManager | ..\..\MyGUIEngine\src\MyGUI_WidgetManager.cpp | 66
22:24:18 | Core | Info | WidgetManager successfully initialized | ..\..\MyGUIEngine\src\MyGUI_WidgetManager.cpp | 105
22:24:18 | Core | Info | * Initialise: InputManager | ..\..\MyGUIEngine\src\MyGUI_InputManager.cpp | 41
22:24:18 | Core | Info | InputManager successfully initialized | ..\..\MyGUIEngine\src\MyGUI_InputManager.cpp | 58
22:24:18 | Core | Info | * Initialise: SubWidgetManager | ..\..\MyGUIEngine\src\MyGUI_SubWidgetManager.cpp | 44
22:24:18 | Core | Info | SubWidgetManager successfully initialized | ..\..\MyGUIEngine\src\MyGUI_SubWidgetManager.cpp | 64
22:24:18 | Core | Info | * Initialise: SkinManager | ..\..\MyGUIEngine\src\MyGUI_SkinManager.cpp | 46
22:24:18 | Core | Info | SkinManager successfully initialized | ..\..\MyGUIEngine\src\MyGUI_SkinManager.cpp | 54
22:24:18 | Core | Info | * Initialise: FontManager | ..\..\MyGUIEngine\src\MyGUI_FontManager.cpp | 43
22:24:18 | Core | Info | FontManager successfully initialized | ..\..\MyGUIEngine\src\MyGUI_FontManager.cpp | 52
22:24:18 | Core | Info | * Initialise: ControllerManager | ..\..\MyGUIEngine\src\MyGUI_ControllerManager.cpp | 41
22:24:18 | Core | Info | ControllerManager successfully initialized | ..\..\MyGUIEngine\src\MyGUI_ControllerManager.cpp | 51
22:24:18 | Core | Info | * Initialise: PointerManager | ..\..\MyGUIEngine\src\MyGUI_PointerManager.cpp | 51
22:24:18 | Core | Info | PointerManager successfully initialized | ..\..\MyGUIEngine\src\MyGUI_PointerManager.cpp | 69
22:24:18 | Core | Info | * Initialise: ClipboardManager | ..\..\MyGUIEngine\src\MyGUI_ClipboardManager.cpp | 82
22:24:18 | Core | Info | ClipboardManager successfully initialized | ..\..\MyGUIEngine\src\MyGUI_ClipboardManager.cpp | 96
22:24:18 | Core | Info | * Initialise: LayoutManager | ..\..\MyGUIEngine\src\MyGUI_LayoutManager.cpp | 42
22:24:18 | Core | Info | LayoutManager successfully initialized | ..\..\MyGUIEngine\src\MyGUI_LayoutManager.cpp | 48
22:24:18 | Core | Info | * Initialise: DynLibManager | ..\..\MyGUIEngine\src\MyGUI_DynLibManager.cpp | 34
22:24:18 | Core | Info | DynLibManager successfully initialized | ..\..\MyGUIEngine\src\MyGUI_DynLibManager.cpp | 36
22:24:18 | Core | Info | * Initialise: PluginManager | ..\..\MyGUIEngine\src\MyGUI_PluginManager.cpp | 36
22:24:18 | Core | Info | PluginManager successfully initialized | ..\..\MyGUIEngine\src\MyGUI_PluginManager.cpp | 40
22:24:18 | Core | Info | * Initialise: LanguageManager | ..\..\MyGUIEngine\src\MyGUI_LanguageManager.cpp | 40
22:24:18 | Core | Info | LanguageManager successfully initialized | ..\..\MyGUIEngine\src\MyGUI_LanguageManager.cpp | 44
22:24:18 | Core | Info | * Initialise: FactoryManager | ..\..\MyGUIEngine\src\MyGUI_FactoryManager.cpp | 34
22:24:18 | Core | Info | FactoryManager successfully initialized | ..\..\MyGUIEngine\src\MyGUI_FactoryManager.cpp | 37
22:24:18 | Core | Info | Load ini file 'core_theme.xml' | ..\..\MyGUIEngine\src\MyGUI_ResourceManager.cpp | 152
22:24:18 | Core | Info | Load ini file 'core_language.xml' | ..\..\MyGUIEngine\src\MyGUI_ResourceManager.cpp | 152
22:24:18 | Core | Info | Load ini file 'core_font.xml' | ..\..\MyGUIEngine\src\MyGUI_ResourceManager.cpp | 152
22:24:18 | Core | Info | ResourceTrueTypeFont 'font_DejaVuSans.17' using texture size 512 x 256 | ..\..\MyGUIEngine\src\MyGUI_ResourceTrueTypeFont.cpp | 203
22:24:18 | Core | Info | ResourceTrueTypeFont 'font_DejaVuSans.17' using real height 17 pixels | ..\..\MyGUIEngine\src\MyGUI_ResourceTrueTypeFont.cpp | 204



2. OpenGL Render System work but i have some bug don't render
http://www.upanh.com/mygui_dx/v/7507641.htm

MyGui.log


----------------------------------------------------------------------------------------------------------------------------------
loging report for : 02/27/2010 22:29:05
----------------------------------------------------------------------------------------------------------------------------------

22:29:05 | Platform | Info | * Initialise: OpenGLRenderManager | ..\..\..\..\Platforms\OpenGL\OpenGLPlatform\src\MyGUI_OpenGLRenderManager.cpp | 28
22:29:05 | Platform | Info | OpenGLRenderManager successfully initialized | ..\..\..\..\Platforms\OpenGL\OpenGLPlatform\src\MyGUI_OpenGLRenderManager.cpp | 37
22:29:05 | Platform | Info | * Initialise: OpenGLDataManager | ..\..\..\..\Platforms\OpenGL\OpenGLPlatform\src\MyGUI_OpenGLDataManager.cpp | 21
22:29:05 | Platform | Info | OpenGLDataManager successfully initialized | ..\..\..\..\Platforms\OpenGL\OpenGLPlatform\src\MyGUI_OpenGLDataManager.cpp | 23
22:29:05 | Core | Info | * Initialise: Gui | ..\..\MyGUIEngine\src\MyGUI_Gui.cpp | 82
22:29:05 | Core | Info | * MyGUI version 3.0.1 | ..\..\MyGUIEngine\src\MyGUI_Gui.cpp | 86
22:29:05 | Core | Info | * Initialise: ResourceManager | ..\..\MyGUIEngine\src\MyGUI_ResourceManager.cpp | 43
22:29:05 | Core | Info | ResourceManager successfully initialized | ..\..\MyGUIEngine\src\MyGUI_ResourceManager.cpp | 51
22:29:05 | Core | Info | * Initialise: LayerManager | ..\..\MyGUIEngine\src\MyGUI_LayerManager.cpp | 44
22:29:05 | Core | Info | LayerManager successfully initialized | ..\..\MyGUIEngine\src\MyGUI_LayerManager.cpp | 52
22:29:05 | Core | Info | * Initialise: WidgetManager | ..\..\MyGUIEngine\src\MyGUI_WidgetManager.cpp | 66
22:29:05 | Core | Info | WidgetManager successfully initialized | ..\..\MyGUIEngine\src\MyGUI_WidgetManager.cpp | 105
22:29:05 | Core | Info | * Initialise: InputManager | ..\..\MyGUIEngine\src\MyGUI_InputManager.cpp | 41
22:29:05 | Core | Info | InputManager successfully initialized | ..\..\MyGUIEngine\src\MyGUI_InputManager.cpp | 58
22:29:05 | Core | Info | * Initialise: SubWidgetManager | ..\..\MyGUIEngine\src\MyGUI_SubWidgetManager.cpp | 44
22:29:05 | Core | Info | SubWidgetManager successfully initialized | ..\..\MyGUIEngine\src\MyGUI_SubWidgetManager.cpp | 64
22:29:05 | Core | Info | * Initialise: SkinManager | ..\..\MyGUIEngine\src\MyGUI_SkinManager.cpp | 46
22:29:05 | Core | Info | SkinManager successfully initialized | ..\..\MyGUIEngine\src\MyGUI_SkinManager.cpp | 54
22:29:05 | Core | Info | * Initialise: FontManager | ..\..\MyGUIEngine\src\MyGUI_FontManager.cpp | 43
22:29:05 | Core | Info | FontManager successfully initialized | ..\..\MyGUIEngine\src\MyGUI_FontManager.cpp | 52
22:29:05 | Core | Info | * Initialise: ControllerManager | ..\..\MyGUIEngine\src\MyGUI_ControllerManager.cpp | 41
22:29:05 | Core | Info | ControllerManager successfully initialized | ..\..\MyGUIEngine\src\MyGUI_ControllerManager.cpp | 51
22:29:05 | Core | Info | * Initialise: PointerManager | ..\..\MyGUIEngine\src\MyGUI_PointerManager.cpp | 51
22:29:05 | Core | Info | PointerManager successfully initialized | ..\..\MyGUIEngine\src\MyGUI_PointerManager.cpp | 69
22:29:05 | Core | Info | * Initialise: ClipboardManager | ..\..\MyGUIEngine\src\MyGUI_ClipboardManager.cpp | 82
22:29:05 | Core | Info | ClipboardManager successfully initialized | ..\..\MyGUIEngine\src\MyGUI_ClipboardManager.cpp | 96
22:29:05 | Core | Info | * Initialise: LayoutManager | ..\..\MyGUIEngine\src\MyGUI_LayoutManager.cpp | 42
22:29:05 | Core | Info | LayoutManager successfully initialized | ..\..\MyGUIEngine\src\MyGUI_LayoutManager.cpp | 48
22:29:05 | Core | Info | * Initialise: DynLibManager | ..\..\MyGUIEngine\src\MyGUI_DynLibManager.cpp | 34
22:29:05 | Core | Info | DynLibManager successfully initialized | ..\..\MyGUIEngine\src\MyGUI_DynLibManager.cpp | 36
22:29:05 | Core | Info | * Initialise: PluginManager | ..\..\MyGUIEngine\src\MyGUI_PluginManager.cpp | 36
22:29:05 | Core | Info | PluginManager successfully initialized | ..\..\MyGUIEngine\src\MyGUI_PluginManager.cpp | 40
22:29:05 | Core | Info | * Initialise: LanguageManager | ..\..\MyGUIEngine\src\MyGUI_LanguageManager.cpp | 40
22:29:05 | Core | Info | LanguageManager successfully initialized | ..\..\MyGUIEngine\src\MyGUI_LanguageManager.cpp | 44
22:29:05 | Core | Info | * Initialise: FactoryManager | ..\..\MyGUIEngine\src\MyGUI_FactoryManager.cpp | 34
22:29:05 | Core | Info | FactoryManager successfully initialized | ..\..\MyGUIEngine\src\MyGUI_FactoryManager.cpp | 37
22:29:05 | Core | Info | Load ini file 'core_theme.xml' | ..\..\MyGUIEngine\src\MyGUI_ResourceManager.cpp | 152
22:29:05 | Core | Info | Load ini file 'core_language.xml' | ..\..\MyGUIEngine\src\MyGUI_ResourceManager.cpp | 152
22:29:05 | Core | Info | Load ini file 'core_font.xml' | ..\..\MyGUIEngine\src\MyGUI_ResourceManager.cpp | 152
22:29:05 | Core | Info | ResourceTrueTypeFont 'font_DejaVuSans.17' using texture size 512 x 256 | ..\..\MyGUIEngine\src\MyGUI_ResourceTrueTypeFont.cpp | 203
22:29:05 | Core | Info | ResourceTrueTypeFont 'font_DejaVuSans.17' using real height 17 pixels | ..\..\MyGUIEngine\src\MyGUI_ResourceTrueTypeFont.cpp | 204
22:29:05 | Platform | Critical | Error texture lock | ..\..\..\..\Platforms\OpenGL\OpenGLPlatform\src\MyGUI_OpenGLTexture.cpp | 275



3. Ogre Render System work fine
I hope you can fix some bug also i have test CEGUI and it work fine on all Render System
Thank you

Five_stars

28-02-2010 15:05:28

Unfortunately, I can't see any image file (if it was included).
Can you attach Ogre.log? It will show hardware you used :) (May be we support it in wrong way :D) and show your code, which uses MyGUI, please.

conmemayngu

28-02-2010 15:33:05

I'm sorry i don't use Ogre Render System. I compiled MyGUI with DirectX Render System or OpenGL Render System. I talk Ogre Render System work fine but i wana MyGUI use DirectX or OpenGL Render System.

Five_stars

28-02-2010 15:42:19

Ok, please tell us your graphics card, cpu-processor and OS names.
And also show you code, which uses MyGUI. It is simple code, isn't it?

conmemayngu

01-03-2010 04:19:04

Thank Five_stars
I have upload image at link


i hope you can help me. I use code by MyGUI, i complied MyGUI.sln in folder solution_directx and solution_opengl. You can download MyGUI 3.0.1 and test it.