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

Reply via email to