From: leger_v AT bluewin DOT ch Newsgroups: comp.os.msdos.djgpp Subject: function pointer Date: Fri, 31 Oct 1997 22:00:33 +0100 Organization: Unisource Business Networks Lines: 10 Message-ID: <345A46F1.1AFA@bluewin.ch> NNTP-Posting-Host: sio22pub181.bluewin.ch 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 Precedence: bulk I'm currently programming in SVGA with my VESA compatible card. I'v searched in the source of Allegro and I haven't seen that Allegro use the bankswitch function pointer which is returned by the function 1 of the VESA interrupt in real mode. 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 ! Patrick