How to create COM Servers with IID_IDTExtensibility2 interface
Penfold
spam at spam.com
Thu Jul 27 03:28:06 EDT 2000
More information about the Python-list mailing list
Thu Jul 27 03:28:06 EDT 2000
- Previous message (by thread): How to create COM Servers with IID_IDTExtensibility2 interface
- Next message (by thread): idle problem after make python from source on RH6.1
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Mark Hammond <MarkH at ActiveState.com> wrote in message news:lWLf5.13002$4p3.101011 at news-server.bigpond.net.au... > > According to a very small demo I have downloaded from Microsofts > website, > > for a COM object to be used by excel as a COM Addin > > it must implement the interface IID_IDTExtensibility2. I know the GUID > for > > this interface and its "defined methods". > > Sorry - you are SOL. > > To support arbitary interfaces, you need C++ support, in the form of an > extension module. There is a new "Univgw" that may help you out, but I > dont know much about this (Bill Tutt has been working on that, but not > much has been done recently - I dont even know its completeness.) > > Mark. Aaargh!! :-) Thanks Mark, Des.
- Previous message (by thread): How to create COM Servers with IID_IDTExtensibility2 interface
- Next message (by thread): idle problem after make python from source on RH6.1
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list