This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

EGCS-Mingw32(1.0.2)


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@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]