ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> activepython
activepython
makepy & missing interfaces
by Mantila Juhani other posts by this author
May 6 2002 7:35AM messages near this date
view in the new Beta List Site
PythonWin (on Win95) problem with Browse PythonPath | passing arrays to a dynwin.windll.module method
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
ActivePython@[...].com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Other options: http://listserv.ActiveState.com/mailman/listinfo/ActivePython

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved