Author Topic: SDL Project help  (Read 3644 times)

rayben

  • Guest
SDL Project help
« on: February 24, 2008, 02:05:56 pm »
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?


Offline ThEvis1t0R

  • Single posting newcomer
  • *
  • Posts: 3
Re: SDL Project help
« Reply #1 on: February 24, 2008, 02:24:47 pm »
Hi,
Try to compile your application in the release mode...
(build->select target->release)
then it should disappear...


« Last Edit: February 24, 2008, 02:26:52 pm by ThEvis1t0R »

rayben

  • Guest
Re: SDL Project help
« Reply #2 on: February 24, 2008, 02:27:38 pm »
Thanks!
It worked :)