在编译“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.

最新文章

  1. Fragment的生命周期
  2. [转]Asp.net MVC 利用PartialView 构造自定义菜单
  3. CDN的实现原理
  4. 【读书笔记《Android游戏编程之从零开始》】5.Android 游戏开发常用的系统控件(ProgressBar、Seekbar)
  5. django1.77+mod_wsgi+python2.79+apache2.24 在阿里云centos部署攻略
  6. self.view添加UIView时添加动画
  7. TatukGIS-TGIS_Editor.CreateShape
  8. Python模拟登录实战(三)
  9. 采用Eclipse中间Maven构建Web项目错误(一)
  10. ue4 C++ 导入图片
  11. oracle数据库与实例
  12. Bootstrap 4,“未捕获错误:Bootstrap工具提示需要Tether(http://github.hubspot.com/tether/)”
  13. (Linux)初探cmake .和make命令
  14. [物理学与PDEs]第2章习题7 一维不可压理想流体的求解
  15. django学习之——Model
  16. qemu基本使用
  17. MySQL性能测试工具sysbench的安装和使用
  18. nginx:负载均衡(三)分流策略
  19. Android studio 中创建AIDL Service
  20. Python的数据类型1数值和字符串

热门文章

  1. MySQL用户管理语句001
  2. 启动Activity,传递参数最佳实践
  3. BZOJ 2741 【FOTILE模拟赛】L(可持久化trie)
  4. VIJOS 1889 天真的因数分解(莫比乌斯反演,容斥原理)
  5. bzoj1644 [Usaco2007 Oct]Obstacle Course 障碍训练课
  6. UESTC_菲波拉契数制升级版 2015 UESTC Training for Dynamic Programming<Problem L>
  7. LaTex 下编译后不能显示中文,或者中文乱码
  8. JsonKit 解析
  9. hdu 4930 Fighting the Landlords--2014 Multi-University Training Contest 6
  10. qt获取本机网络信息