zoukankan      html  css  js  c++  java
  • delphi使用 DockForm DesignEditors F2613 Unit 'DockForm' not found

    DockForm

    [dcc32 Fatal Error] ToolsAPI.pas(18): F2613 Unit 'DockForm' not found.

    这样解决了XE7。

    http://docwiki.embarcadero.com/Libraries/XE7/en/DesignIntf

    DesignEditors 

    Defines the interfaces and classes used by the property editors in the IDE.

    To use the  DesignEditors and DesignIntf units with Delphi, you need to add the following compiler option on the Compiling page in Project Options:

    -LUDesignIDE

    With C++, you need to ensure that $(BDS)includewindowsvcldesign is added to the INCLUDE path, and that designide.bpi is added to the Requires of your package.

    For more information, see the comments in the source; the DesignEditors.pas source file is liberally commented.

    另外一份资料

    http://stackoverflow.com/questions/27699662/how-to-build-delphi-projects-for-win64-when-units-inside-it-uses-designeditors-d

  • 相关阅读:
    Jenkins持续集成
    爬豆瓣保存到sqlite3
    爬豆瓣保存到Excel
    sqlite3数据库的增删查改
    用pandas和matplotlib对用户消费行为分析
    TCP请求
    fastjson
    断言
    将结果写入文件
    加解密
  • 原文地址:https://www.cnblogs.com/cb168/p/4380756.html
Copyright © 2011-2022 走看看