API\dll

Steve Holden sholden at holdenweb.com
Tue Jan 9 12:27:08 EST 2001


Ben Catanzariti <benc at rehame.com> wrote in message
news:m22e39.snm.ln at mail...
> Hi,
>
> This may seem like a simple q for a lot of you?
>
> I have an API with a dll. To call Functions from this dll the examples for
> the API are written in C. However I would like to use Python to make the
> same function calls. Does the dll have to be written specifically in the
> language that is making the call to do this... in this case C? Or can
Python
> make calls to any dll?
>
> thanks in advance
>
> --
> benc at rehame.com
>
>
There is a module called  "calldll" written by Sam Rushing which allows
Python programs to call just about any function is a DLL.  See

    http://www.vex.net/~x/parnassus/apyllo.py?i=40741973

for more details.

regards
 Steve





More information about the Python-list mailing list