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 网页操作自动化, 图像分析破解,游戏开发
  • 相关阅读:
    git fetch pull checkout区别
    git config配置文件
    php错误以及常用笔记
    Linux chmod命令修改文件与文件夹权限的命令附实例
    学习笔记 2016-04-12
    MYSQL 【汇总数据】 【分组数据】 学习记录
    Mysql常用函数
    学习笔记
    a++ ++a 文件上传函数错误 smarty模板特点
    算法稳定性相关
  • 原文地址:https://www.cnblogs.com/delphi-xe5/p/5488058.html
Copyright © 2011-2022 走看看