zoukankan      html  css  js  c++  java
  • delphi vlc 安装bug 处理编译错误"0" is an invalid value for the "DebugInformation" parameter of the "DCC"

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

    [摘要:http://blog.csdn.net/jiaxing1208/article/details/38071301 处置惩罚编译毛病"0" is an invalid value for the "DebugInformation" parameter of the "DCC" task. 分类:Delphi对象应用 2014-07-23 22:06 719人浏览 批评(0) 保藏 告发 正在安] 

     http://blog.csdn.net/jiaxing1208/article/details/38071301

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

    分类: Delphi 工具使用

    在安装一个从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你这又是要闹哪样咯?!大笑

    delphi lazarus opengl 网页操作自动化, 图像分析破解,游戏开发
  • 相关阅读:
    lau-表和for while循环
    lua学习笔记——lua数据类型
    javascript 高级程序设计1--14章重点总结
    消息推送之androidpn部署
    extjs底层源码实现继承分析
    cache数据库学习周结
    sql Cursor的用法
    java 报表到excel
    html5之datalist标签
    学习笔记之html5相关内容
  • 原文地址:https://www.cnblogs.com/delphi-xe5/p/5488058.html
Copyright © 2011-2022 走看看