Re: Batch Building

Started by
3 comments, last by hplus0603 18 years, 4 months ago
I'm having some problems using the batch build release, I'm not entirely sure how it works and such, but my program will run perfectly if I use the debug exe, but when I switch to the release, it doesn't work... I have no idea why it doesn't, any help would be nice, thanx in advance.
Laguna!!!
Advertisement
does it compile at all?
http://www.8ung.at/basiror/theironcross.html
The typical cause of programs running in debug but not in release is uninitialized variables.
John BoltonLocomotive Games (THQ)Current Project: Destroy All Humans (Wii). IN STORES NOW!
Do you mean like bad pointers and such? Cause I'm using alot of pointers which are thrown around.

I does compile, but when I run it, it gives me an error.
Laguna!!!
You're not telling us WHAT error, so how would we be able to help?

You can enable generation of debug symbols even for a release mode build. Do that. Then, attach with the debugger once you get the error, and debug the problem.
enum Bool { True, False, FileNotFound };

This topic is closed to new replies.

Advertisement