Peter
is right! DependencyWalker is really wonderful.
You
can also get it from:
-Clift
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Friday, June 14, 2002 8:33 AM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: RE: pythoncom not loadedHi,
just a tip from my experience with troubleshooting DLL problems under Windows:
there is a utility called "Dependency Walker" that helps both to show the module dependencies (and missing modules) and allows (in more recent versions) even to profile the startup phase of a module.it is part of the Windows2000 Support Tools
and Windows XP Support Tools(I think they are on the corresponding product CDs, but must be installed explicitly)
Peter