I am using Haxe/nme with Flash Develope to port a flash game to multiple platforms. All my imported library's are from NME. The program compiles and runs fine with Flash as the target. But when I target Windows the program compiles and runs, even the music starts playing, but all I see is a blank window.
All objects on the stage are missing. There are no errors and everything seems to compile/run perfectly, except for no objects showing up?
Is there something special I need to do to make objects show up with a windows target?