Python C wrapper question

Dave Mandelin mandelin at cs.berkeley.edu
Mon Mar 27 14:48:37 EST 2006


Shi, Jue wrote:
> Hello, Gurus,
>
> I have a question on wrapping C function in Python.
>
>
> My C code is like this:
>
> typedef void (WINAPI *myCallBack) (unsigned int myarg1, unsigned int myarg2)
>
> bool  myfunc(myCallBack callfunc)
>
>
> Now I want to call myfunc in Python, what should I do?

I replied to someone else with the same question. It depends on how you
are calling the function. If you are using DynWin/calldll, there is a
callback generator gencb.py.

--
Want to play tabletop RPGs over the internet?
    Check out Koboldsoft RPZen: http://www.koboldsoft.com




More information about the Python-list mailing list