Call a DLL function with argument type as unsigned char *

Steve Holden steve at holdenweb.com
Thu Jan 7 06:50:51 EST 2010


Bhavik wrote:
> Just to clarify, I am using Python 2.5.1
> 
Take a look at the ctypes module, which allows you to do such things (at
the risk of segmentation faults and the like if you get your calls wrong).

regards
 Steve
-- 
Steve Holden           +1 571 484 6266   +1 800 494 3119
PyCon is coming! Atlanta, Feb 2010  http://us.pycon.org/
Holden Web LLC                 http://www.holdenweb.com/
UPCOMING EVENTS:        http://holdenweb.eventbrite.com/




More information about the Python-list mailing list