When I try to install Indy with Lazaris IDE I get this error:
C:\lazarus\components\indy\lazarus\IdCompilerDefines.inc(286,4) Warning: Misplaced global compiler switch
C:\lazarus\components\indy\lazarus\IdAntiFreeze.pas(78,15) Error: Forward declaration not solved "TIdAntiFreeze.Process;"
C:\lazarus\components\indy\lazarus\IdAntiFreeze.pas(60,18) Hint: Unit "IdBaseComponent" not used in IdAntiFreeze
C:\lazarus\components\indy\lazarus\IdAntiFreeze.pas(132) Fatal: There were 1 errors compiling module, stopping
the error occurs in IDAntiFreeze.pas
type
TIdAntiFreeze = class(TIdAntiFreezeBase)
public
procedure Process; override;
end;
Any Ideas to solve this problem?