Date: Mon, 14 May 2001 10:05:14 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Rafal Maj cc: djgpp AT delorie DOT com Subject: Re: CWSDPMI question In-Reply-To: <9dnnjs$3qt$1@info.cyf-kr.edu.pl> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 On Mon, 14 May 2001, Rafal Maj wrote: > I'm calling small DJGPP program from autoexec, so to execute it I must run > cwsdpmi.exe before. Why do you think you need to run CWSDPMI? I think you don't: the program will load it itself, and it will also unload it when it exits. If this is somehow not working, please post the details. > Then, after my program returns, the system continues > loading 'Lose98'. Is this ok ? Loading cwsdpmi (with is dos driver I think) > and then windows ? WIll cwsdpmi decrease my memory available later under > windows ? Well, if you do what I suggested, you will not need to worry about this, since CWSDPMI is automatically unloaded when the DJGPP program which loaded it exits.