动态链接库(DLL) [英] Dynamic Link Library(DLL)

查看:152
本文介绍了动态链接库(DLL)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,



如何调试动态DLL?我想调试一些特定的功能。



问候,

Ranjith

Hi All,

How to debug the dynamic DLL? and i wants to debug some specific function.

Regards,
Ranjith

推荐答案

http://support.microsoft.com/kb/85221 [ ^ ]

http://wiki.xbmc.org/index.php?title=How-to:Debug_Dynamic_Link_Libraries [ ^ ]


解决方案中的网址#1很好(+5到Krunal)。我依赖的另一个解决方案是单元测试。这种技术在没有UI代码的DLL上特别有效。我最喜欢的C ++ / MFC单元测试框架(正如你标记的那样)是 CppUnit [ ^ ]。
The urls in Solution #1 are good (+5 to Krunal). Another solution that I depend on is unit testing. This technique works especially well on DLLs that do not have UI code in them. My favorite unit testing framework for C++/MFC (as you have flagged) is CppUnit[^].


如何:调试DLL [ ^ ]

如何在Windows中调试动态链接库(DLL) [ ^ ]



< a href =http://www.codeproject.com/Articles/501211/NHook-A-NET-debugger-API-for-x86> NHook - 用于x86的.NET调试器API [ ^ ]

Windows调试器:第1部分:WinDbg教程 [ ^ ]
How to: Debug DLLs [^]
How To Debug a Dynamic-Link Library (DLL) in Windows[^]

NHook - A .NET debugger API for x86[^]
Windows Debuggers: Part 1: A WinDbg Tutorial[^]


这篇关于动态链接库(DLL)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆