Visual C ++ 6.0引用DLL [英] Visual C++ 6.0 Referring a DLL

查看:74
本文介绍了Visual C ++ 6.0引用DLL的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我的应用程序正在使用VC ++ 6.0,现在我必须移植到VC ++ 10.0.我的目的是了解应用程序引用的第三方DLL/LIB可能需要升级或与VC10兼容.为此,我需要了解所有第三方 此引用的LIB/DLL.它是Dotnet,VC6,VB等的混合.由于它是一个庞大的应用程序,因此处理每个文件是一项复杂的工作.我正在寻找一些类似的方式.dsp项目可以引用例如MFC的LoadLibrary是AfxLoadLibrary,我已经生成了DGML. 有人可以帮助我解决.dsp项目可以引用的方式吗?

My application is using VC++ 6.0 and now I have to port to VC++ 10.0.  My purpose is to know the 3rd Party DLL/LIBs that application is referring may need to upgrade or it is compatible with VC10. For that I need to know all the 3rd party LIB's/DLL's referred by this. It is a mixture of Dotnet, VC6, VB etc.. As it is huge application so going each file is complex job. I'm looking some ways like  a .dsp project can refer e.g. LoadLibrary for MFC it is AfxLoadLibrary, I have generated DGML. Can any one help me on this the possible ways a .dsp project can refer?

推荐答案

I不确定dsp项目文件中的所有依赖项文件.但是,您可以从输出应用程序(使用VC ++ 6.0项目进行构建)中获取所有依赖项文件.完成构建后,您可以使用dependencywalker进行查找 依赖文件列表. 
I am not sure about all the dependency files from dsp project file. But, you can take all the dependency files from your output application (Which build using VC++ 6.0 project). After complete your build, you can use dependencywalker for find the list of dependent files. 


这篇关于Visual C ++ 6.0引用DLL的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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