Zeengine Compiling But Not Running


Dingo_aus

Member
Joined
Jan 4, 2006
Messages
133
Age
41
Location
Brisbane, Australia
Website
www.users.on.net
I'm trying to compile the ZeEngine Source code.

I'm using the stock standard GP2X Windows SDK.

Everything seems ok, no errors but the resulting binary is only 917Kb which is about 30Kb smaller than the binary provided with the source.

When I run this on my GP2X, all I get is a blank screen and nothing happens.

Any ideas?
 
you should try and do your debugging over telnet. What may be happening (if you didn't link statically) is that you're getting a run-time linking error on the console... only without telnet you can't see it. >_<
 
Back
Top