ok i got ctypes...now i try

>> from ctypes import *
>> myApp = CDLL("C:\\myapp.dll")

..now how can I call functions on in myapp.dll?  From the tutorial I am
not sure..i try, dir(cdll.myApp) and dir(myApp)..but don't see my
functions listed.

thanks

Grant Edwards wrote:
> On 2005-10-04, Java and Swing <[EMAIL PROTECTED]> wrote:
>
> > Is there some other way, besides SWIG, which will allow me to call
> > functions inside an Ansi C DLL?
>
> ctypes
>
> --
> Grant Edwards                   grante             Yow!  Now KEN and BARBIE
>                                   at               are PERMANENTLY ADDICTED to
>                                visi.com            MIND-ALTERING DRUGS...

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to