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?
There is no "make objects show up on windows target" setting. Its very hard to tell you if there is something wrong with your code without seeing it.
Please try to compile the example project to windows to see a working project. http://www.nme.io/developer/documentation/getting-started/