> I was trying to compile a previous source, and i get a __comobject
> undefined error. in CFPluInCom.h
> ( was compiling fine in cw8 )
>
> Any idea ?
> pat
Since version 9 you can no longer inherit a class from __comobject.
I don't know why.
With kind regards,
Peter Paulus
patate - 09 Nov 2005 13:31 GMT
> Since version 9 you can no longer inherit a class from __comobject.
Thank you, ( was trying to compile hid.cpp from the apple site )
I'll just remove gamepad support in my project for now.
pat
Greg - 13 Nov 2005 13:39 GMT
> > I was trying to compile a previous source, and i get a __comobject
> > undefined error. in CFPluInCom.h
[quoted text clipped - 6 lines]
>
> I don't know why.
I believe the Itananium C++ ABI is supposed to be its replacement.
Although I have no idea how practical that idea may or may not be.
Greg