Page 1 of 1

PocketFrog vs eVC++ 4.0

PostPosted: Mar 11, 2008 @ 9:11am
by maskin
Hi !
I have some problem with PocketFrog-powered application compiled under eVC++ 4.0.
When i execute my game - programm display message "Window creation failed".
I know, that problem in Game::Init, but i don't understand why it can't create window :(

P.S. Always i had compile my application under eVC++ 3.0 - application works whithout problems.

PostPosted: Mar 11, 2008 @ 11:51am
by PsychoChris
Did you modify the PocketFrog sources? If yes, what are those modifications? Try inserting GetLastError() right after the window creation. That error code returned could give you a hint on what went wrong.

Regards,
Chris

PostPosted: Mar 12, 2008 @ 9:22am
by maskin

PostPosted: Mar 19, 2008 @ 10:07am
by maskin