【问题标题】:How to Install and run iniparser for Eclipse CDT?如何为 Eclipse CDT 安装和运行 iniparser?
【发布时间】:2015-10-02 16:21:48
【问题描述】:

我今天一整天都在想办法安装iniparser library来为eclipse中的C程序编写配置文件。但是我还没有找到任何有用的东西。我使用的是 Windows 7(64 位)。

我已尝试下载 zip 文件并将其加载到 eclipse 的“lib”文件夹中。但是,当我尝试将它包含到 C 程序中时,它给了我一个错误,提示找不到 'iniparser.h'。

有人可以告诉我该怎么做吗?我真的很感激..

【问题讨论】:

    标签: c eclipse-cdt configuration-files ini


    【解决方案1】:

    你可以包含路径-

    试试-

    Project -> properties -> C/C++General -> Paths and Symbols -> Includes tab -> Assembly
    

    同时检查“添加到所有语言”。

    这个对我不起作用-Project -> Properties -> C/C++General -> Paths and Symbols -> Includes tab -> GCC C

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2016-06-20
      • 2014-11-09
      • 2012-03-09
      • 2011-12-22
      • 2014-08-13
      • 2010-12-23
      • 2010-12-04
      相关资源
      最近更新 更多