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

Reply via email to