News:

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

Main Menu

Debug/Console window

Started by apgmr, September 25, 2010, 07:57:29 PM

Previous topic - Next topic

apgmr

I can't compile an executable without the debug/console window popping up behind the program's window, even when I select "Release" as the build target. The resulting executable is definitely smaller than the normal debug-enabled executable, but that debug window always comes up. I tried creating a new project, but it didn't help. Is there a switch or mode setting other than selecting "Release" that I need to set?

Any help is appreciated

------------

Found the problem: The "Release" and "Debug" build targets were both set to "Console application" in the Project Properties (build-targets tab), though I have no idea how this happened; I never changed these settings.

oBFusCATed

Read the manual, there should be written, if not post again :)

p.s. project -> properties -> build  -> type
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

apgmr

Found the problem: The "Release" and "Debug" build targets were both set to "Console application" in the Project Properties (build-targets tab), though I have no idea how this happened; I never changed these settings. :D