如何查看加载有 R6034 错误的库名称?

发布于 2024-09-28 06:12:17 字数 129 浏览 1 评论 0原文

我收到 R6034 错误,但无法看到相关的库/可执行文件,因为它的名称已缩短(参见下图)。有什么办法可以看到全名吗?

替代文字

I am getting R6034 error, but can't see the related library/executable since it's name is shortened (see the picture below). Is there any way I can see the full name?

alt text

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

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

发布评论

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

评论(1

只是偏爱你 2024-10-05 06:12:17

启动任务管理器并转到“应用程序”选项卡。弹出窗口应该在该列表中。

右键单击窗口并选择“转到进程”。任务管理器现在跳转到“进程”选项卡并显示提供此消息的进程。

如果您想找出导致问题的 DLL,请在 Dependency Walker 中打开可执行文件。如果 Dependency Walker 的静态分析没有揭示问题,请在 Dependency Walker 中分析应用程序并查看分析输出。

Start task manager and go to the "Applications" tab. The popup should be in that list.

Right-click the window and choose "go to process". Task manager now jumps to the "processes" tab and shows the process that gives this message.

If you want to find out which DLL is causing the problem, open your executable in Dependency Walker. If the static analysis of Dependency Walker does not reveal the problem, profile the application in Dependency Walker and look at the profiling output.

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