From: Roy Quitter Newsgroups: comp.os.msdos.djgpp Subject: Re: Crash DJGPP under Win95 Date: Tue, 01 Sep 1998 11:38:18 -0500 Organization: ioNET Inc. Lines: 23 Message-ID: <35EC22FA.EBFCD884@hotmail.com> References: <35EC15DC DOT 3E953350 AT uic DOT rnd DOT runnet DOT ru> NNTP-Posting-Host: bartnas1-45.ionet.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk glugovoy wrote: > When I compiled my program in a DOS - my program is work, > when I run that program under Win95 it crash. > #include ......... this should be #include > void main( void ) > { > printf( "Hello world!!!\n" ); > }; delete the semicolon after the final }. - Roy Quitter royq AT hotmail DOT com http://rquitter.home.ml.org/