码迷,mamicode.com
首页 > 其他好文 > 详细

处理编译错误"0" is an invalid value for the "DebugInformation" parameter of the "DCC"

时间:2016-07-08 06:49:15      阅读:246      评论:0      收藏:0      [点我收藏+]

标签:

在编译“MustangpeakCommonLib-master.zip”时,遇到了这个问题。网上搜了一下:

处理编译错误"0" is an invalid value for the "DebugInformation" parameter of the "DCC"

[摘要:正在装置一个从XE6复造到XE4的控件时涌现编译毛病: [MSBuild Error] 0 is an invalid value for the DebugInformation parameter of the DCC task. The DebugInformation parameter is of type System.Boolean. 正在XE6下编译装置好好] 
 

在安装一个从XE6复制到XE4的控件时出现编译错误:

[MSBuild Error] "0" is an invalid value for the "DebugInformation" parameter of the "DCC" task. The "DebugInformation" parameter is of type "System.Boolean".

在XE6下编译安装好好的,delphi xe4你这是又要闹哪样咯?

还好编译提示非常详细,循着DebugInformation一项仔细查看编译选项,发现里边Compiling -> Debugging -> Debug infomation一项的值竟然是0(正常情况只能取boolean值的),于是选为false,再次编译,发现正常了。

可能是两个IDE环境不同,对工程文件的解析不一致造成的?Delphi你这又是要闹哪样咯?!

 
http://www.ithao123.cn/content-5777917.html
 
然后尝试在IDE里改,没有效果。只好直接打开用编辑器直接MPCommonLibD.dproj,把0改成False就行了。估计是开发人员使用的IDE版本过高造成的,我这2010不认识0.

处理编译错误"0" is an invalid value for the "DebugInformation" parameter of the "DCC"

标签:

原文地址:http://www.cnblogs.com/findumars/p/5652096.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!