From: ZAlain DOT Culos AT bigfoot DOT com (Alain CULOS) Subject: Re: Apparently I'm and idiot : don't say so, say you're learning (like myself) 24 Jul 1998 02:38:45 -0700 Message-ID: <35B65873.3A248D1E.cygnus.gnu-win32@bigfoot.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit To: gnu-win32 AT cygnus DOT com JSONCRAIG AT aol DOT com wrote: > I want to have a window appear > that says "Do you wan't to continue?" with Yes and No buttons. I am > completely lost. Help please. I can't help right upfront, but you can always have a look at V at : http://objectcentral.com/It is a simple to use shell for GUI programming. > Apparently I am also too much of an idiot to figure out how -mwindows works. > I did this... > gcc -o file.exe file.cpp -mwindows Dogcc -c -o file.o file.cpp Then gcc -o file.exe file.o -mwindows -mwindows is only valid at link time, not at compile time at present. Cheers, Al. -- ANTI SPAM / ANTI ARROSAGE COMMERCIAL : Pour me répondre, veuillez enlever le Z de mon adresse. To answer me, please take out the Z from my address. - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".