Date: Thu, 8 Oct 1998 17:32:36 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Cyril DREYFUS cc: djgpp AT delorie DOT com Subject: Re: Objet : Re: RSXNTDJ & "go32.h", "dpmi.h" header functions In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Thu, 8 Oct 1998, Cyril DREYFUS wrote: > The missing libraries calls (ex: _dpmi_simulate_real_mode_interrupt, > _go32_dpmi_free_dos_memory) lives in libc.a, not the one provided with > RSXNTDJ, but the one provided with GCC. You cannot mix DJGPP's libc.a with the libraries used by RSXNT. So you will have to solve your problems without __dpmi_int. If you really need to call DPMI services, try emitting INT 31h with inline assembly. Actually, I don't even understand why are you trying to use the DPMI services from a Win32 application. Why not go the Win32 way?