Recently I dug up an old SDL project I would like to finish.
So, I installed CodeBlocks svn build rev 6088 (2010-01-15 13:16:56) on my Debian box. After some initial fiddling to get x86-64 binaries, I could get the Debug version to work.
However, for the Release version, when I change the application type from Console to GUI, my app won't run anymore. My SDL window appears (the right size as well) but stays blank and sits there. Pressing the Abort button does nothing, I have to do a "kill -9" from a terminal for it to disappear. Changing back to Console and it runs fine again...
It might be an SDL issue as well, I really don't know anymore. Its driving me nuts...
Anyone have an idea?