On Tue, 26 Oct 1999, Chris Costello wrote:
> 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.
Sure you can. It won't have any access to "this" or any part thereof,
however.
>
> --
> |Chris Costello <[EMAIL PROTECTED]>
> |A closed mouth gathers no feet.
> `----------------------------------
>
--
Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! /
[EMAIL PROTECTED] `------------------------------'
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message