[posted and mailed] Martin Bless wrote: [using calldll] >The dll calls the callback function with a pointer to a 860-byte data >structure. > >*** How do I turn this longint (being a pointer) into a Python data >structure (let's say string)? calldll.read_string(address, length) - Gordon