[JDEV] JabberCOM Question

Appleweed appleweed at indigenoustech.com
Wed Jul 19 22:01:34 CDT 2000


I'm having difficulty importing JabberCOM into my VC++ 6.0 project. I'm 
using "#import" in the StdAfx.h header file, but I get:

C2259: 'IXMLTag' : cannot instantiate abstract class due to following 
members

I know what this error means, but I'm curious if I should be getting this 
error at all since a few client projects seem to have built themselves 
around JabberCOM successfully. I'm pretty new to the COM-side of C++, so 
perhaps I'm using the COM object incorrectly.

I also tried using the ClassWizard in an MFC starter app to import 
JabberCOM, which didn't give any errors. However, I noticed that the wizard 
commented out all the methods under the "IJabberSerssionEvents" wrapper 
class stating "not emitted because of invalid return type or parameter 
type".

Any help would be *greatly* appreciated. Thanks!

-Omar




More information about the JDev mailing list