Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我的应用程序崩溃时,我在调用堆栈窗口中看到 opencv_core220.dll 中发生了崩溃您可能会在此处看到屏幕截图。
但我想看看这个 dll 的完整路径。有办法吗?事实上,我的 PC 上有几个这样的 dll,而且,其中一些名称相同但实际上不同。
请不要将我指向解释“Windows中的dll搜索顺序”的文章:)
我只想知道调用堆栈窗口中的完整路径。
提前致谢, 安东
您可以在调试中打开模块选项卡,在那里您将获得所有加载的二进制文件及其完整路径的列表:Debug -> Windows -> Modules.
Debug -> Windows -> Modules
MS VC 有一个工具叫做依赖,试试吧。:) 祝你好运