不能在lazarus中使用Indy

时间:2018-09-26 14:22:28

标签: lazarus

我从Online软件包管理器安装了Indy,但是无法在我的项目中使用IdTCPClient之类的indy组件,它将警告错误:

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.

和软件包屏幕截图(意味着已正确安装Indy):

enter image description here

1 个答案:

答案 0 :(得分:1)

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