From: Eli Zaretskii Newsgroups: comp.os.msdos.djgpp Subject: Re: Few lines, huge problems... Date: Thu, 18 Nov 1999 08:43:02 +0200 Organization: NetVision Israel Lines: 12 Message-ID: References: <3832D080 DOT 1B79710F AT planet DOT it> <80vhlt$8fu$1 AT nntp3 DOT atl DOT mindspring DOT net> NNTP-Posting-Host: is.elta.co.il Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: news.netvision.net.il 942907294 27252 199.203.121.2 (18 Nov 1999 06:41:34 GMT) X-Complaints-To: abuse AT netvision DOT net DOT il NNTP-Posting-Date: 18 Nov 1999 06:41:34 GMT X-Sender: eliz AT is In-Reply-To: <80vhlt$8fu$1@nntp3.atl.mindspring.net> To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 17 Nov 1999, Marp wrote: > As for using the transfer buffer. MSCDEX requires space in conventional > memory to put data since it can't access memory outside of it. So what you > need to do is allocate some space in conventional memory and use dosmemput() > and dosmemget() to transfer data between the buffer and your program's > memory space. I don't think there's any need to allocate any conventional memory in addition to the transfer buffer, in this case. Just using the transfer buffer should suffice.