Date: Sun, 2 Nov 1997 14:58:19 +0200 (IST) From: Eli Zaretskii To: leger_v AT bluewin DOT ch cc: djgpp AT delorie DOT com Subject: Re: function pointer In-Reply-To: <345A46F1.1AFA@bluewin.ch> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Fri, 31 Oct 1997 leger_v AT bluewin DOT ch wrote: > Is that possible to take the pointer of the function bankswitch ? > I've already taken the buffer with __tb. > Perhaps the pointer is a pointer in the conventional memory but I don't > know. Please help me ! You need to use the `_go32_dpmi_simulate_fcall' library function. It allows you to call real-mode far functions from protected-mode programs. Look it up in the library reference.