简体   繁体   English

VS2010 Express版与QT4.7一起编译出错

[英]Compilation error of VS2010 Express Edition together with QT4.7

Hallo, I would like to use Visual Studio 2010 Express Edition together with QT4.7 to continue the development of a project that using QT 4.6 and Visual Studio 2005 Professional Edition.您好,我想使用 Visual Studio 2010 Express Edition 和 QT4.7 继续开发使用 QT 4.6 和 Visual Studio 2005 Professional Edition 的项目。

I was using custom build in my project.我在我的项目中使用自定义构建。 Below is the Post-Build Event > Command line property:下面是构建后事件 > 命令行属性:

mt.exe -manifest "C:\Development\Tool\MyProgram\Manifest\x86_5063_$(ConfigurationName)\generic.manifest" -outputresource:"$(TargetPath)";

When I'm trying to build the project, I got this error:当我尝试构建项目时,出现此错误:

1>C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(103,5): error MSB3073: The command "mt.exe -manifest "C:\Development\Tool\MyProgram\Manifest\x86_5063_Debug\generic.manifest" -outputresource:"C:\Development\Src\Cpp\MyProgram\Debug\MyProgram.exe"
1>C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(103,5): error MSB3073: :VCEnd" exited with code 31.
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

Is there any guideline on this?有没有这方面的指导方针?

THanks @!谢谢 @!

It's hard to tell from the limited info provided.从提供的有限信息中很难判断。 Did you add the runtime to the config file?您是否将运行时添加到配置文件中? http://social.msdn.microsoft.com/Forums/en-US/netfxgeneralprerelease/thread/406a9a61-1904-44f7-bc05-d809d78e7938/ http://social.msdn.microsoft.com/Forums/en-US/netfxgeneralprerelease/thread/406a9a61-1904-44f7-bc05-d809d78e7938/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM