> Ha, that's the best approach I have seen so far to get the name if the > msvcrt runtime library. Hope you don't mind if I steal it for 'official' > ctypes (I will check if it works in win64 also before) ? > > -- Thanks, Thomas
Cool :) Besides, can you take a look at small script here: http://codespeak.net/svn/pypy/dist/pypy/lib/ctypes_support.py? It tries to address two issues - "how to find c library" and "how to get errno", what do you think? Cheers, fijal _______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
