读书人

在VS08运作一个C++程序后出来一个对话

发布时间: 2012-06-23 14:52:43 作者: rapoo

在VS08运行一个C++程序后出来一个对话框 load the C runtime library without using a manifest
An application has made an attempt to load the C runtime library without using a manifest. This is an unsupported way to load Visual C++ DLLs. You need to modify your application to build with a manifest.
For more information, see the "Visual C++ Libraries as Shared Side-by-Side Assemblies" topic in the product documentation.

程序编译通过 运行就弹出这个对话框
MSDN的东西全是英文的 翻译起来太吃力
希望大家帮忙给分析一下是什么问题

[解决办法]
简单来说,你应该重建一个工程。

[解决办法]
那你的工程性质不对或者你得手动更改配置信息。
[解决办法]
ms没有嵌入表单~~~
[解决办法]
楼主这样试下我也遇到过和你一样的情况
project->xxx properties->configuration properties
->c/c++ ->code generation -> Run Library->multi threaded Debug(/MTd)
选好了 在重新编译,会有些错误警告不理直接按ctrl+F5
希望可以帮到你

读书人网 >C语言

热点推荐