linjichao wrote:complier the gameEditor use by stand_alone_game configuration for engine item? gameEngine item?
when i use by stand stand_alone_game configuration for engine , gameEngine and GameEditor item, then complie , link is ok, but is only have outer frame, inside of frame is black background when running the GE...
is something wrong?
The whole compilation of Game Editor happens in 5 steps:
- Compile the editor (configuration: Professional (GAMEEDITOR_PROFESSIONAL on Linux))
- Compile the Windows engine (configuration: Standalone_Pro, Win32, you must rename the generated executable to gameEditorWindows.exe)
- Compile the Windows Mobile engine (configuration: Standalone_Pro, 'Pocket PC 2003 (ARMV4)', file gameEditorPocket.exe)
- Compile the GP2X engine (configuration: Standalone_Pro, 'Windows Mobile 5.0 Pocket PC SDK (ARMV4I)', file gameEditorPocket.exe.gpe - you need the devKitPro here!)
- Compile Linux engine (configuration:GAMEEDITOR_PROFESSIONAL_STAND_ALONE, file gameEditorLinux)