Mail Archives: djgpp/1997/02/24/03:32:24
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.
- Raw text -