On Tue, Oct 26, 1999, Thomas David Rivers wrote: > extern "C" { > > void > callback_function(arg1) > void *arg1; > { > /* Call the method */ > myclass::mymethod(arg1); As far as I've seen, you can't directly call a class method without an object. -- |Chris Costello <[EMAIL PROTECTED]> |A closed mouth gathers no feet. `---------------------------------- To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message
- X11/C++ question Chuck Robey
- Re: X11/C++ question Thomas David Rivers
- Re: X11/C++ question Daniel O'Connor
- Re: X11/C++ question Thomas David Rivers
- Re: X11/C++ question Daniel O'Connor
- Re: X11/C++ question Chuck Robey
- Re: X11/C++ question Ville-Pertti Keinonen
- Re: X11/C++ question Chris Costello
- Re: X11/C++ question Brian Fundakowski Feldman
- Re: X11/C++ question tbuswell
- Re: X11/C++ question Chuck Robey
- Re: X11/C++ question Bakul Shah
- Re: X11/C++ question Chuck Robey
- Re: X11/C++ question Wes Peters
- Re: X11/C++ question Chuck Robey
- Re: X11/C++ question Chuck Robey
- Re: X11/C++ question Thomas David Rivers
- Re: X11/C++ question Alexey Zelkin