Date: Wed, 27 May 1998 17:02:17 +0200 (MET DST) From: Olivier Perron To: deseeker Cc: djgpp AT delorie DOT com Subject: Re: My program crashed in dos mode! In-Reply-To: <356C2B37.33A1263@yahoo.com> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Wed, 27 May 1998, deseeker wrote: > Hi, > > I'm writing a simple 'touch' program using functions like setftime(), > _chmod() ..etc. > It works fine under Win95's dosshell, but when I quit Win95 completely > into DOS and run it, it goes BOMB. Why???? > > (I've compile several time, no error indication. Maybe a hidden bug or > what.) > > Help in any kind will be appreciated. Thanx! > > One hint could be that you are dereferencing a NULL pointer. Windows doesn't complain about it, but cwsdpmi does. Hope this helps, Olivier Perron.