X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f Date: Sat, 26 Jan 2002 18:49:51 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: Vince D McCarthy Message-Id: <3277-Sat26Jan2002184950+0200-eliz@is.elta.co.il> X-Mailer: emacs 21.2.50 (via feedmail 8 I) and Blat ver 1.8.9 CC: djgpp AT delorie DOT com In-reply-to: <20020126.082725.6726.1.vmccar@juno.com> (message from Vince D McCarthy on Sat, 26 Jan 2002 08:27:18 -0800) Subject: Re: Win 98 SE2 problem. References: <20020126 DOT 082725 DOT 6726 DOT 1 DOT vmccar AT juno DOT com> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Date: Sat, 26 Jan 2002 08:27:18 -0800 > From: Vince D McCarthy > > I have a sound program that I compiled with DJGPP 2.03/GCC 3.02. The > program compiles ok and runs. The problem is that some of the functions > in the program will not work in Win98 SE2. I can run the program in > either DOS(command Com) or in the DOS box in windows. In this program I > have way of displaying the .wav > files on the screen for selection. The same with a delete file function. > The file display uses the glob.h header > file for both display modes. The program also uses the function > 'remove' from the stdio.h header file for the > delete file function. The problem is I cannot delete a file or update the > screen when I am in Win98 or Win98 DOS box. When I use the DOS > (command.com) selection in my config.sys file the program works great. Is it possible that the file is open when you try to delete it? Windows won't let you delete open files; you need to close it first.