Recent

Author Topic: indy-10.2.0.3 and Lazarus 1.0 [SOLVED]  (Read 9988 times)

DanishMale

  • Jr. Member
  • **
  • Posts: 73
indy-10.2.0.3 and Lazarus 1.0 [SOLVED]
« on: September 13, 2012, 01:10:49 pm »
When I try to install Indy with Lazaris IDE I get this error:

Code: [Select]
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 

Code: [Select]
type
  TIdAntiFreeze = class(TIdAntiFreezeBase)
  public
    procedure Process; override;
  end;

Any Ideas to solve this problem?
« Last Edit: September 13, 2012, 02:01:29 pm by DanishMale »
Lazarus 2.2.4 x64 | Windows 10 x64 | Windows Server 2019 x64 | OpenVix 5.4 (Linux) | MySQL Community Server 8.0 x64 | MariaDB 10.5.8 x64 | SQLite 3.40.0 x64 | PostgresSQL 13.1 x64

taazz

  • Hero Member
  • *****
  • Posts: 5368
Re: indy-10.2.0.3 and Lazarus 1.0
« Reply #1 on: September 13, 2012, 01:31:19 pm »
don't waste your time go to indy snapshots page and download the latest (10_4806) from there.
Then follow the instraction from this wiki page the last one titled "How to install [3] Windows, Indy 10.5.8.0". The older have a number of unsolved issues including but not limited to unicode issues.
Good judgement is the result of experience … Experience is the result of bad judgement.

OS : Windows 7 64 bit
Laz: Lazarus 1.4.4 FPC 2.6.4 i386-win32-win32/win64

DanishMale

  • Jr. Member
  • **
  • Posts: 73
Re: indy-10.2.0.3 and Lazarus 1.0
« Reply #2 on: September 13, 2012, 02:01:07 pm »
Thanks works like a charm after a couple dummy's starts  :D
Lazarus 2.2.4 x64 | Windows 10 x64 | Windows Server 2019 x64 | OpenVix 5.4 (Linux) | MySQL Community Server 8.0 x64 | MariaDB 10.5.8 x64 | SQLite 3.40.0 x64 | PostgresSQL 13.1 x64

 

TinyPortal © 2005-2018