Author Topic: Debug/Console window  (Read 3931 times)

Offline apgmr

  • Single posting newcomer
  • *
  • Posts: 4
Debug/Console window
« on: September 25, 2010, 07:57:29 pm »
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.
« Last Edit: September 27, 2010, 06:32:50 pm by apgmr »

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Debug/Console window
« Reply #1 on: September 27, 2010, 05:38:21 pm »
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!]

Offline apgmr

  • Single posting newcomer
  • *
  • Posts: 4
Re: Debug/Console window
« Reply #2 on: September 27, 2010, 06:36:18 pm »
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