Using a compiled .dll

2003-11-18 Thread Brian Odlum



Forgive the stupid question, but is there any way one can message methods 
in a compiled Windows .dll file? I have the documentation for all the methods, 
but no source code. Possible? I realize there are probably symbol table entry 
point problems, but I thought I would ask anyway. Thanks.
 
Brian


Re: Using a compiled .dll

2003-11-18 Thread David Ascher
Brian Odlum wrote:
> Forgive the stupid question, but is there any way one can message
> methods in a compiled Windows .dll file? I have the documentation for
> all the methods, but no source code. Possible? I realize there are
> probably symbol table entry point problems, but I thought I would ask
> anyway. Thanks.

Yup.  There's a really nice little tool that does just that.  It's
called 'ctypes'.
http://starship.python.net/crew/theller/ctypes/

Enjoy.

--david ascher

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