Mail Archives: cygwin/1998/10/20/14:36:26
Hi folks,
Ok, I'm compiling several different programs via a .bat file:
gcc -c prog1.c
gcc -c prog2.c
gcc -c prog3.c
gcc -c prog4.c
gcc -c WinMain.c
gcc -o exec1.exe *.o -mwindows -l<win32libs...>
windows.h is defined in a header file that is invoked by each of the
programs.
compiles, links and runs.
does not open a window as per WinMain.
exec1.exe appears on the NT4 TaskManager "processes" list.
What am I missing here?
Thanks ahead of time for your assistance.
Paul G.
Information Systems Consultant
NewDawn Productions
http://www.teleport.com/~pgarceau/newdawn/
-
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 -