From: michael DOT mauch AT gmx DOT de (Michael Mauch) Newsgroups: comp.os.msdos.djgpp Subject: Re: MINGW32 Question... Date: Fri, 08 May 1998 12:42:16 +0200 Organization: Gerhard-Mercator-Universitaet -GH- Duisburg Lines: 15 Message-ID: <6iunh2$6l8$4@news-hrz.uni-duisburg.de> References: <3551F73C DOT 64C2 AT intergate DOT bc DOT ca> NNTP-Posting-Host: ppp101.uni-duisburg.de Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk On Thu, 07 May 1998 11:02:36 -0700, Adrian Lybaek wrote: > Hi... I'm using the MINGW32 stuff with DJGPP to write programs for > windows 95. Things are going ok, but my one problem is this: when I > double click the program, it brings up a DOS box, then the win95 stuff > appears. Is there any way of making it so that the DOS box doesn't > appear? Try using `gcc -mwindows´; without it, mingw32 always opens a console window regardless whether you have a main() or WinMain() function in your code. Regards... Michael