From: Eli Zaretskii Newsgroups: comp.os.msdos.djgpp Subject: Re: __dpmi_simulate_real_mode_procedure_* Date: Fri, 07 Jan 2000 12:08:03 +0200 Organization: NetVision Israel Lines: 7 Message-ID: <3875BB03.30A63932@is.elta.co.il> References: NNTP-Posting-Host: ras1-p62.rvt.netvision.net.il Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: news.netvision.net.il 947239767 27901 62.0.172.64 (7 Jan 2000 10:09:27 GMT) X-Complaints-To: abuse AT netvision DOT net DOT il NNTP-Posting-Date: 7 Jan 2000 10:09:27 GMT X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en,ru,hebrew To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com sl wrote: > > I tried reading up on __dpmi_simulate_real_mode_procedure_* commands > using the online help and the FAQ and I'm still lost.. See the docs of _go32_dpmi_simulate_fcall, it includes an example. This is the same function, dpmi.h #defines it to call the __dpmi_* version.