From: Radical NetSurfer Newsgroups: comp.os.msdos.djgpp Subject: Re: They do NOT run the same! W95/DOS! Date: Tue, 27 Jun 2000 15:27:18 -0400 Message-ID: References: X-Newsreader: Forte Agent 1.8/32.548 X-No-Archive: yes MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit NNTP-Posting-Host: 216.202.134.161 X-Original-NNTP-Posting-Host: 216.202.134.161 X-Trace: 27 Jun 2000 15:29:45 -0400, 216.202.134.161 Lines: 37 X-Original-NNTP-Posting-Host: 64.31.79.51 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com n 27 Jun 2000 18:18:53 GMT, "doug" wrote: >Radical NetSurfer schreef in artikel >... >> PLEASE HELP ME UNDERSTAND THE FOLLOWING: >> >> Why is it I find that most things compiled from a Win95 DOS shell >> appear to work just fine... if allegro is used, the graphics and mouse >> support is perfect.... >> do into pure MS-DOS 6.22 and try to run the EXACT same program >> and you get CORE-DUMPS and the MOUSE will HANG-THE-COMPUTER! > >I don't know if this will help, but the DPMI server of DOS and of windows >are different. >They handle (among other things) NULL pointer stuff differently. That may >be a part of your problem. > >Hope this helps, > >Doug Elaborate a little more, and it could be enlightening for all of us. What examples provide clues as to when/why stability issues come into play.... It was fine until I started doing: destroy_bitmap(da_bmp); da_bmp=NULL; in DOS...this seems VERY NAUGHTY INDEED! and why the heck do my Filelists FAIL to find files, even when running in PURE msdos 6.22... sheesh! (on systems that do not (repeat NOT) have Win95/98 installed). thanks for the input!