简体   繁体   English

哪些工具可以用来检查VB程序使用的依赖项dll?

[英]What tools can be used to check the dependency dll used by a VB program?

We have a program written in VB, when it runs in Windows XP, it works well, but when run in Windows server 2003, it failed. 我们有一个用VB编写的程序,当它在Windows XP中运行时,运行良好,但是在Windows Server 2003中运行时,则失败。 I am sure this caused by the wrong dll referenced by the VB program, so I would like to know if someone could suggest me a tool to find out what dependency dll used by the VB program in different environments, so that I investigate on that. 我确定这是由VB程序引用的错误dll引起的,所以我想知道是否有人可以向我建议一种工具,以找出VB程序在不同环境中使用的依赖dll,以便对此进行调查。

Thanks in advance! 提前致谢!

您需要使用Dependency Walker

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 当VB6程序使用DL​​L时不支持虚拟接口方法 - Virtual Interface Method not supported when DLL used by VB6 program 创建可供 VB 使用的 C# WPF DLL - Create C# WPF DLL who can be used by VB 如何使用C#检查使用最多的程序? - How can I check what program has been used the most using C#? 哪些工具可用于从命令行调试托管代码? - What tools can be used to debug managed code from the command line? “官方”语言开发人员使用哪些编译工具? - What compiler tools are used by “official” language developers? 图表工具中使用了哪些设计模式? - What design patterns are used in diagramming tools? 如果我通过COM接口更新正在运行的程序使用的DLL,会发生什么? - What will happen if I update a DLL being used by a running program over a COM interface? 当安装程序用于部署程序时,如何消除“找不到外接程序'mscoree.dll” - How can I eliminate, “Cannot find add-in 'mscoree.dll” when a setup program is used to deploy a 我可以在MONO中创建一个dll /库以在Linux下的C ++程序中使用吗? - Can I create a dll/library in MONO to be used in a C++ program under Linux? 构造函数注入实现具有未使用的dll依赖项 - Constructor injected implementation has a dll dependency which is not used
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM