Python C wrapper question

S

Shi, Jue

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?


Thanks,
Stone
 
D

Dave Mandelin

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,059
Latest member
cryptoseoagencies

Latest Threads

Top