Call CFUNCTYPE, class Structure, ctype, dll and Callback function problem

2010-07-31 Thread legard_new
Hello, I have a problem with calling Callback function with Python. I have a DLL file. Below is a description in documentation. FUNCTION Callback Arguments: Callback ID integer read-only, immediate value CBackProc address read-only, immediate value

Re: Call CFUNCTYPE, class Structure, ctype, dll and Callback function problem

2010-07-31 Thread legard_new
On Jul 31, 10:22 pm, "Mark Tolonen" wrote: > "legard_new" wrote in message > > news:[email protected]... > > > > > > > Hello, > > > I have a problem with calling Callback function with Pyt