Hi,
makepy doesn't wrap interface classes for me.
I have a huge typelib from Esri Inc and most of the the intercase classes
won't appear.
Coclasses contain have no interfaces at all,  so they are useless.
All the stuff is visible in VB and in MS VC++.
The typelib is imported into C++ like this:

#pragma warning(push)
#pragma warning(disable : 4146)
#pragma warning(disable : 4192)

#import "d:\esri\arcexe81\bin\esriCore.olb" raw_interfaces_only,
raw_native_types, no_namespace, \
named_guids, exclude("OLE_HANDLE", "OLE_COLOR")

#pragma warning(pop)



Juhani Mantila


_______________________________________________
ActivePython mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Other options: http://listserv.ActiveState.com/mailman/listinfo/ActivePython

Reply via email to