calldll for Python 2.5

Larry Bates larry.bates at websafe.com
Wed May 16 11:35:10 EDT 2007


I've implemented several libraries using calldll (originally on
Python 2.2) and posted recipe on ASPN for a general implementation
http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/146847.
If I were doing it over again today, I would use ctypes, but I
have thousands of lines of library code that are dependent on
calldll.  Anyone out there have a version that works with Python
2.5 so I don't have to a massive rewrite?

Thanks in advance,
Larry



More information about the Python-list mailing list