Copied diectly from the errors & warnings window:
Error : illegal implicit conversion from
'void (*)(void *, unsigned long, LStream *)' to
'void (*)(void *, unsigned long, LStream *)'
CTagName.cp line 26
OK, I worked it out eventually but it's not the most helpful of messages!
Rev. Andy
James Spencer - 28 Aug 2004 16:35 GMT
> Copied diectly from the errors & warnings window:
>
[quoted text clipped - 4 lines]
>
> OK, I worked it out eventually but it's not the most helpful of messages!
I'm being stupid but what did you work it out as meaning? Just curious
Spence

Signature
James P. Spencer
Rochester, MN
"Badges?? We don't need no stinkin badges!"
Andy Bettis - 28 Aug 2004 23:55 GMT
> > Copied diectly from the errors & warnings window:
> >
[quoted text clipped - 6 lines]
>
> I'm being stupid but what did you work it out as meaning? Just curious
I'd typedefed a function to pass as a parameter, then used a member
function called from a static function. If you see what I mean.
Rev. Andy