跟踪在 Visual Studio 中编译的可执行文件

发布于 2024-10-19 12:36:50 字数 102 浏览 1 评论 0 原文

我们如何从 Windows 7 中跟踪已编译的应用程序。我可以在事件查看器中看到我的程序试图获取的某些 DLL 文件导致了问题,但我无法弄清楚原因。(这是使用 qtcored4.dll 的)

How can we trace a compiled application from windows 7. I can see in the event viewer that some DLL files which my program is trying to fetch are causing problems but I can't figure out why.(This is with qtcored4.dll)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

酒中人 2024-10-26 12:36:50

您可以使用 Dependency Walker 解决 DLL 加载问题,方法是查看 exe(只需打开它)或跟踪 DLL通过启动配置文件加载进程。

You can solve DLL loading problems with Dependency Walker, either by looking at the exe (just open it) or tracing DLL load process by starting profile.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文