From: Shawn Hargreaves Newsgroups: comp.os.msdos.djgpp Subject: Re: Q. Why EXE crash in Win95? Date: Sun, 19 Jan 1997 11:42:59 +0000 Organization: None Lines: 24 Distribution: world Message-ID: <+O1s0GADjg4yEwWG@talula.demon.co.uk> References: <5bm7v8$jj AT sjx-ixn2 DOT ix DOT netcom DOT com> NNTP-Posting-Host: talula.demon.co.uk MIME-Version: 1.0 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Takahiro Horie writes: >Q. I've made programs using DJGPP plus Allegro and run perfectly fine > in normal MS-DOS mode. > For what reason does it crash in Windows 95? > Is it perhaps that I use mode 640x480 256 colors (Vesa 1.0)? VESA programs work fine for me under win95. If you want to send me a copy of the program (by email, not to the list!) I'll see if I can reproduce the problem... Also you could try running symify after it crashes, to see which bit of code is causing the problem. Compile with the -g option to include debugging info, and after the crash, run 'symify myprog.exe'. > Or maybe perhaps that I use CWSDPMI memory extender? CWSDPMI isn't used under Win95. It is only loaded if there is no DPMI provider already available, and Win95 has DPMI services built into the OS. /* * Shawn Hargreaves - shawn AT talula DOT demon DOT co DOT uk - http://www.talula.demon.co.uk/ * Ghoti: 'gh' as in 'enough', 'o' as in 'women', and 'ti' as in 'nation'. */