Date: Tue, 26 Oct 1999 21:04:29 -0500 From: Chris Costello <chris@calldei.com> To: Thomas David Rivers <rivers@dignus.com> Cc: chuckr@picnic.mat.net, freebsd-hackers@FreeBSD.ORG Subject: Re: X11/C++ question Message-ID: <19991026210429.Q452@holly.calldei.com> In-Reply-To: <199910270142.VAA31089@lakes.dignus.com> References: <Pine.BSF.4.10.9910262134050.29073-100000@picnic.mat.net> <199910270142.VAA31089@lakes.dignus.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <chris@calldei.com>
|A closed mouth gathers no feet.
`----------------------------------
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991026210429.Q452>
