C++程序在XP下,VS2003,编译运行一切正常。
换到一台Vista,VS2003,结果编译的时候就出错了,提示如下:
R6034
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.
我看了一下,要让程序生成manifest才行,可是VS2003里面根本就没有关于
manifest的选项。
网上到处的解答都是针对VS2005或者VS2008的。不知道哪位知道如何解决
这个问题?万分感谢。