News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

SDL Project help

Started by rayben, February 24, 2008, 02:05:56 PM

Previous topic - Next topic

rayben

Hello!

I just downloaded CB (nightly) to my windows computer.
In my search for an alternative to Dev-C++, CB looks most promising.

Getting the SDL project to work was no problem. I get a little window with the CB logo in it.
However, there is also a console window in the background which I have to close after I've closed the main window.
Why is that? I got no such console when working in Dev-C++.

Another thing is when I try to run the .exe file in the debug folder.
I just barely have time to se the window open before it closes. How do I get it to run until it is exited in a correct way?


ThEvis1t0R

#1
Hi,
Try to compile your application in the release mode...
(build->select target->release)
then it should disappear...



rayben