Date: Sat, 24 Mar 2001 10:11:00 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: "Leo Liu (ITeX)" Message-Id: <7263-Sat24Mar2001101100+0200-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.6 CC: djgpp AT delorie DOT com, ted DOT liu AT itexinc DOT com, bill DOT leung AT itexinc DOT com In-reply-to: <30D2A97DE059D4118202DCEEF300000014293E@ITEUSA-NT> (leo DOT liu AT itexinc DOT com) Subject: Re: Need Help !! References: <30D2A97DE059D4118202DCEEF300000014293E AT ITEUSA-NT> 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 > From: "Leo Liu (ITeX)" > Date: Fri, 23 Mar 2001 15:20:45 -0800 > > For a special reason, I have to run my DJGPP application on the PC > without hard disk( or disable ). > > When I do this, there will be a message as : > > Warning: cannot open swap file c:\cwsdpmi.swp This is just a warning; it's harmless (except that swapping is disabled, since you ahve no disk). If you want to avoid the message, load cwsdpmi.exe manually with the "-s-" option, which disables swapping. (This is in DJGPP FAQ list, btw.)