From: "sl" Newsgroups: comp.os.msdos.djgpp Subject: __dpmi_simulate_real_mode_procedure_* Date: Fri, 07 Jan 2000 02:15:16 -0500 (EST) Organization: Posted via Supernews, http://www.supernews.com Lines: 14 Message-ID: X-Complaints-To: newsabuse AT supernews DOT com X-Newsreader: PMINews 2.00.1205 For OS/2 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 Reply-To: djgpp AT delorie DOT com Hi, I tried reading up on __dpmi_simulate_real_mode_procedure_* commands using the online help and the FAQ and I'm still lost.. I am writting up a GFX lib and must be able to call a function in real-mode. I am provided with a real-mode pointer to this function in memory and must set some registers before calling it. How would I accomplish this? Sample could would be appreciated :) Thanks, Gili