From: "A. Sinan Unur" Newsgroups: comp.os.msdos.djgpp Subject: Re: [Q] how to get offset of DOS conv. memory Date: 31 Oct 1996 18:47:57 GMT Organization: Cornell University Lines: 9 Sender: asu1 AT cornell DOT edu (Verified) Message-ID: <55as8t$935@newsstand.cit.cornell.edu> References: <327696D8 DOT 50F9 AT Tek DOT com> NNTP-Posting-Host: 128 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp well, i use the _go32_dpmi_allocate_dos_memory_function() to which you need to pass a _go32_dpmi_seginfo structure (i don't remember the name of the structure but you can find that out by looking at the info docs.) that structure has members called segment and offset (or something similar). hope this helps. sinan.