VC90编译的exe本机正常,连同mfc90.dll、msvcr90.dll、msvcp90.dll一起拷贝到另外机器上,执行出现
This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix the problem
错误提示。
使用depends查看,不缺少DLL。改用静态链接MFC可解决此问题,但是问题产生的原因未知。
This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix the problem
错误提示。
使用depends查看,不缺少DLL。改用静态链接MFC可解决此问题,但是问题产生的原因未知。
本文探讨了使用VC90编译的EXE文件在不同机器上运行时遇到的问题,即提示应用配置错误。尽管所需的DLL文件均已正确复制,问题依旧存在。文章还提到通过静态链接MFC可以解决此问题。
2007

被折叠的 条评论
为什么被折叠?



