Mail Archives: cygwin/1998/07/24/02:38:45
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".
- Raw text -