X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: "FreeDOSfan" Newsgroups: comp.os.msdos.djgpp Subject: Re: How to remove warning: cwsdpmi.swp not found Date: 11 Aug 2005 13:58:32 -0700 Organization: http://groups.google.com Lines: 38 Message-ID: <1123793912.291971.168000@g14g2000cwa.googlegroups.com> References: <1123785563 DOT 373055 DOT 105920 AT g49g2000cwa DOT googlegroups DOT com> NNTP-Posting-Host: 217.162.152.60 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1123793917 25766 127.0.0.1 (11 Aug 2005 20:58:37 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Thu, 11 Aug 2005 20:58:37 +0000 (UTC) In-Reply-To: <1123785563.373055.105920@g49g2000cwa.googlegroups.com> User-Agent: G2/0.2 Complaints-To: groups-abuse AT google DOT com Injection-Info: g14g2000cwa.googlegroups.com; posting-host=217.162.152.60; posting-account=CO1wow0AAACLVBZWCVVLQkiFiAjxROdy To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp 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 " Can I also combine the cwsdpmi.exe file with my exe? What is the syntax to do that? " YES. ( Well, it seems to be possible ... but not official (?) The need of CWSDPMI.EXE is a really irritating fact, but nobody knows about it - when running in the crippled DOS-BOX of Winedowns XP (official (?) target), it is not needed ) Kick out the CMSDPMI.EXE loader using EXE2COFF.EXE - a file without extension called "COFF" results - exactly 2 KB smaller than your pseudo-EXE. Then glue CWSDSTUB.EXE with your COFF file together. (CWSDSTUB first, then COFF). ************** " I want to remove the warning which I get on every invocation: Warning: c:\cwsdpmi.swp not found. " Well, this it the second offensive problem of DJGPP and other compilers based on it. Again, in XP this problem does not occur - the CWSDPMI is completely skipped and the great XP KERNEL does all the work for you :D Use CWSPARAM.EXE and deactivate swapping. ********* Make sure to download the newest CWSDPMI package before. And read CWSDPMI.DOC & CWSPARAM.DOC.