'classname' : not a supported IDL type
You attempted to apply the export attribute to a class definition. For example:
[module(name=ExportModule)]; [export] class tagMyClass { public: char m_JustData; };