Chris Thomasson wrote:
> "Victor Bazarov" <v.Abazarov@comAcast.net> wrote in message
> news:hvidncq0EtRz407bnZ2dnUVZ_hOdnZ2d@comcast.com...
>> Anonymous wrote:
> [...]
>> If that's not something you want or are prepared to do, you
>> could play the static_cast game, where your class has a static
>> member function with a 'void*' argument.
>
> [...]
>
> How can a static member function be extern "C"?
>
It can't, a better alternative is to use a friend function.
--
Ian Collins.