声明
- 本博客域名恢复为:wangliuwei.blogspot.com,国内朋友可以通过pkblogs.com/wangliuwei进行访问。
- 本博客从今天开始不再更新。
- 新博客地址为:www.iseeker.org/blog,欢迎大家访问。
Keep thinking, seeking and practicing! This is my life! Best regards to everyone:-)
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.
mt.exe –manifest $(APP).exe.manifest -outputresource:$(APP).exe;1
编译DLL的话,有一点点小区别的。mt.exe –manifest $(LIB).dll.manifest -outputresource:$(LIB).dll;2
后话