Date: Mon, 24 Feb 1997 10:11:31 +0200 (IST) From: Eli Zaretskii To: nikki cc: djgpp AT delorie DOT com Subject: Re: real mode calls pmode In-Reply-To: <5eq4f6$4nu@flex.uunet.pipex.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On 23 Feb 1997, nikki wrote: > _go32_dpmi_allocate_real_mode_callback_retf(&callback_info,&callback_regs); Did you try to use _go32_dpmi_allocate_real_mode_callback_iret? If not, try it. > void receiver() This should be "void receiver (__dpmi_regs *r)". > all the variables passed are valid and correct, and like i said, it works 90% > of the time :) it just seems to throw up occasion rmcb errors for no > apparent reason :( If nothing above helps, post the exact message(s) printed when it crashes.