Using a type library with win32com

Jan Persson jpersson1 at yahoo.com
Fri May 23 03:40:05 EDT 2003


Thomas Heller <theller at python.net> wrote in message news:<4r3npgh5.fsf at python.net>...
> If you want to live on the edge, you could check out the ctypes' COM
> framework. It is supposed to have good support for type libraries and
> will allow to implement and use custom and dual interfaces (pure
> dispinterfaces are not too much my target for now).
> 
> There are some severe limitations at the moment because it is work in
> progress, but the basic components are in place (except that currently
> you can only implement local servers, not inproc servers).
> 
> I just started writing some documentation, and there is a sample which
> implements (and uses) a dual interface described in a type library:
> http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ctypes/ctypes/docs/sum_sample.stx?rev=1.1&content-type=text/vnd.viewcvs-markup
> 
> The ctypes home page is at
> http://starship.python.net/crew/theller/ctypes.html.

Hi,

Your module looks really promising. I will look into it.

Thanks for the help.

Kind regards
    //Jan Persson




More information about the Python-list mailing list