Re: [python-win32] DLL spec

2004-12-14 Thread Niki Spahiev
Check py2exe. It contains some utility modules that do such things. HTH Niki Spahiev ___ Python-win32 mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/python-win32

[python-win32] DLL spec

2004-12-13 Thread Tony Cappellini
This isn't really a purely-Python question, but ... I want to write a small Python app that dumps the contents of DLL's. I know there is a program called bindump or something similar that comes with VC6, which shows you the name of the callable routines, their entry points, and some other info,