ctypes, accessing uInt32 and pointer to uInt32

Peter Hansen peter at engcorp.com
Tue Nov 16 22:27:54 EST 2004


Andrew Markebo wrote:
> I am taking the first steps letting python access a c-function in a
> .dll-file, but need some help getting it right. WHat am I missing? 

For posterity: this was also asked, and answered, in the ctypes
mailing list.

(The answer was, roughly, "__stdcall means use windll, not cdll".)

-Peter



More information about the Python-list mailing list