代码之家  ›  专栏  ›  技术社区  ›  Moon soon

在拉撒路不能使用印第

  •  1
  • Moon soon  · 技术社区  · 6 年前

    IdTCPClient 在我的项目中,它将警告错误:

    Fatal: Can't find unit IdTCPClient used by Unit1
    

    我的源代码:

    unit Unit1;
    
    {$mode objfpc}{$H+}
    
    interface
    
    uses
      Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, IdTCPClient;
    
    type
      TForm1 = class(TForm)
      private
    
      public
    
      end;
    
    var
      Form1: TForm1;
    
    implementation
    
    {$R *.lfm}
    
    end.
    

    以及包装截图(指安装在印度本土):

    enter image description here

    1 回复  |  直到 6 年前
        1
  •  1
  •   Marco van de Voort    6 年前

    在项目中,转到项目->项目检查器,然后右键单击“requires Packages”并添加indylaz