From: michael DOT mauch AT gmx DOT de (Michael Mauch) Newsgroups: comp.os.msdos.djgpp Subject: Re: calling foo(void (*func)(__dpmi_regs *)).... Date: Tue, 18 Nov 1997 15:28:24 +0100 Organization: Gerhard-Mercator-Universitaet -GH- Duisburg Lines: 13 Message-ID: <34714fe2.992331@news.uni-duisburg.de> References: <19971118004901 DOT TAA11968 AT ladder01 DOT news DOT aol DOT com> NNTP-Posting-Host: ppp87.uni-duisburg.de 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 On 18 Nov 1997 00:49:08 GMT, eggbrains AT aol DOT com (Egg brains) wrote: > Okay, i got this code out of a mouse vector (or whatever you call that 0x33 > thing) example in DJGPP's faq. I copied in the code, looked up all the > functions (i like to know what i'm doing), and tried calling it like: > > foo(theVector()); What's foo, what's theVector()? "That 0x33 thing" is not very helpful for guessing what you're trying to do. Regards... Michael