Re: calldll for Python 2.5

2007-05-16 Thread Robin Becker
Thomas Heller wrote: > Larry Bates schrieb: >> 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

Re: calldll for Python 2.5

2007-05-16 Thread Thomas Heller
Larry Bates schrieb: > 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 thous

calldll for Python 2.5

2007-05-16 Thread Larry Bates
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 t