المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Windows XP: Escape from DLL Hell with Custom Debugging and Instrumentation Tools and



C++ Programming
03-29-2009, 02:42 AM
DLL conflict problems can be tough to solve, but a large number of tools are available to help. There are also many Windows APIs that you can use to build custom debugging tools. Three such tools are discussed here and provided as samples. DllSpy lists all the DLLs loaded in the system and the processes that are using them. ProcessSpy enumerates the running processes and exposes the DLLs they are using, and ProcessXP displays the list of concurrent running sessions for Windows XP.

Christophe Nasarre

<a href="http://msdn.microsoft.com/magazine/8ab19ae6-9203-44c8-a309-d8b2cbaa4a57">MSDN Magazine June 2002