Date: Thu, 3 Sep 1998 09:14:11 -0500 (EST) From: Nathaniel Johnson To: glugovoy cc: djgpp AT delorie DOT com Subject: Re: Crash DJGPP under Win95 In-Reply-To: <35EC15DC.3E953350@uic.rnd.runnet.ru> Message-ID: 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 ? >