问题
Microsoft Visual C++ Runtime Library
Runtime Error!
Program: xxxx.exe
R6034
An application has made an attempt to load the C runtime library incorrectly.
Please contact the application‘s support team for more information.
解决方案
设置工程属性
配置属性->链接器->清单文件->生成清单=是
本文介绍了解决Microsoft Visual C++ Runtime Library中出现的R6034错误的方法。该错误提示应用程序尝试不正确地加载运行时库,解决步骤包括调整项目配置属性中的链接器选项。
1334

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



