Error installing Zeos in Delphi 7

3

How to resolve this error in delphi 7 installed on windows 7?

  

ZComponent.dpk: Invalid compiler directive: '$ ENDIF'

    
asked by anonymous 30.04.2014 / 21:56

1 answer

2

According to him link removed from the < ZeosLib , in the debian8 post he said that this directive is really wrong and could remove without problem.

This error was in this unit:

[DCC Error] ZComponent.dpk(58): E1030 Invalid compiler directive: '$ENDIF'
[DCC Fatal Error] ZAbstractConnection.pas(64): F1026 File not found: 'ZDbcAdo.dcu'

This error may have already been corrected, you may want to download the new stable version on this other link

    
02.05.2014 / 13:44