From: pgarceau AT teleport DOT com (Paul Garceau) Subject: EGCS-Mingw32(1.0.2) 20 Oct 1998 14:36:26 -0700 Message-ID: <199810201037.DAA01259.cygnus.gnu-win32@cygnus.com> Reply-To: pgarceau AT teleport DOT com Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT To: gnu-win32 AT cygnus DOT com 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 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".