Call a DLL function with argument type as unsigned char *
Hello, I am a newbie to the python language, and I need to call a DLL function from the python program. The DLL function has following prototype: unsigned int DLLFunction(unsigned char *, unsigned int); Now, I need to declare an array of 6 bytes in the python, and pass that array as the first ar
Re: Call a DLL function with argument type as unsigned char *
Just to clarify, I am using Python 2.5.1 -- http://mail.python.org/mailman/listinfo/python-list