Date: Thu, 3 Sep 1998 09:14:11 -0500 (EST) From: Nathaniel Johnson <najohnso AT expert DOT cc DOT purdue DOT edu> To: glugovoy <glugovoy AT uic DOT rnd DOT runnet DOT ru> cc: djgpp AT delorie DOT com Subject: Re: Crash DJGPP under Win95 In-Reply-To: <35EC15DC.3E953350@uic.rnd.runnet.ru> Message-ID: <Pine.GSO.3.96.980903091342.5056A-100000@expert.cc.purdue.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk get rid of the ; at the end of the main function On Tue, 1 Sep 1998, glugovoy wrote: > Hello all. > > When I compiled my program in a DOS - my program is work, > when I run that program under Win95 it crash. > > My program is: > > #include ......... > > void main( void ) > { > printf( "Hello world!!!\n" ); > }; > > Can somebody help me ? >