Python and .H files

Jan Olderdissen jolderdissen at ixiacom.com
Mon May 12 20:49:17 EDT 2003


Guyon,

try the ctypes module by Thomas Heller. It allows you to call
arbitrary functions in Windows DLLs from Python with no coding in C:

http://starship.python.net/crew/theller/ctypes.html

Jan

>I am trying to create an application which uses the PowerBuilder ORCA dll's.
>Now I have also found the .H &.LIB files, but how can I make these usable in
>Python. I have no clue.




More information about the Python-list mailing list