Very New to Cocos2d

Hi All

I’m very new to cocos2d… I request you to help me to understand the basic. I’ve followed the installation guide and run the helloWord example its giving blank scree…


BlankScree.jpg (21.2 KB)

can any one respond my issue…

I’m not sure to what your problem is, but I had a similar problem when I created a Lua multiplatform project on my windows machine, I followed this guide:

http://www.cocos2d-x.org/projects/cocos2d-x/wiki/How_to_create_a_multi-platform_project_in_one_command_line

Then I openeded up the visual studio project that got created to /projects//proj.win32 directory, and built it.

When I tried to run the .exe that was created, I got a blank screen until I copied everything from /Resources to the same directory as the .exe file.