Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Compiling Win32 App
Compiling Win32 App [message #104165] Tue, 01 June 2004 09:41 Go to next message
Eclipse UserFriend
Originally posted by: Mr.Brainley.gmx.de

Hi,

i'm using Eclipse 2.1.2 and CDT 1.2 with Cygwin gcc.
I wrote a simple Win32 App (just a window with nothing more) to see if all
works with the paths and stuff. It worked, but gcc compiles an application,
that starts a DOS-terminal when running. I click the exe, DOS-terminal comes
up, application runs. How can change that (meaning the DOS terminal - i
don't want it) ?

Thanks for your help !
Re: Compiling Win32 App [message #104177 is a reply to message #104165] Tue, 01 June 2004 13:32 Go to previous message
Radu is currently offline RaduFriend
Messages: 44
Registered: July 2009
Member
Mr.Brainley wrote:

> Hi,
>
> i'm using Eclipse 2.1.2 and CDT 1.2 with Cygwin gcc.
> I wrote a simple Win32 App (just a window with nothing more) to see if all
> works with the paths and stuff. It worked, but gcc compiles an application,
> that starts a DOS-terminal when running. I click the exe, DOS-terminal comes
> up, application runs. How can change that (meaning the DOS terminal - i
> don't want it) ?
>
> Thanks for your help !
>
>
use -mwindows as compile option. At least it's working on MinGW...
Previous Topic:Re: CDT
Next Topic:question: difference between run and debug
Goto Forum:
  


Current Time: Fri Apr 26 12:56:36 GMT 2024

Powered by FUDForum. Page generated in 0.04168 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top