Re: Please help me to resolve this issue

2006-03-27 Thread Dave Mandelin
Yanping Zhang wrote: > Hello everyone, > > I am pretty new in python. Please give me any idea about > this issue: > > There is a function like this in my c dll: > > typedef void (WINAPI *myCallBack) (unsigned int myarg1, unsigned int myarg2) > > bool myfunc(myCallBack mycall) > > > In my python co

Please help me to resolve this issue

2006-03-24 Thread Yanping Zhang
Hello everyone, I am pretty new in python. Please give me any idea about this issue: There is a function like this in my c dll: typedef void (WINAPI *myCallBack) (unsigned int myarg1, unsigned int myarg2) bool myfunc(myCallBack mycall) In my python code, I was able to access other functions