Hi, I use Delphi 7 and I would like to use 7.2 version of Zeoslib. When build the packages ZComponent.dpk and ZComponentDesigne.dpk I get the following error messages. The ZCompatibility file is in the library path. What could be the problem? Thanks
Build
[Error] ZAbstractRODataset.pas(190): Undeclared identifier: 'TPointerDynArray'
[Error] ZAbstractRODataset.pas(226): Undeclared identifier: 'TComparisonKindArray'
[Error] ZAbstractRODataset.pas(228): Undeclared identifier: 'TCompareFuncs'
[Error] ZAbstractRODataset.pas(676): Undeclared identifier: 'TBytes'
[Error] ZAbstractRODataset.pas(1777): Number of elements differs from declaration
[Error] ZFastCode.pas(2515): Undeclared identifier: 'PRefCntInt'
[Error] ZFastCode.pas(2515): Undeclared identifier: 'StringRefCntOffSet'
[Error] ZFastCode.pas(2515): Pointer type required
[Error] ZFastCode.pas(2516): Undeclared identifier: 'PLengthInt'
[Error] ZFastCode.pas(2516): Undeclared identifier: 'StringLenOffSet'
[Error] ZFastCode.pas(2517): Pointer type required
[Error] ZFastCode.pas(2577): Undeclared identifier: 'PRefCntInt'
[Error] ZFastCode.pas(2577): Undeclared identifier: 'StringRefCntOffSet'
[Error] ZFastCode.pas(2577): Pointer type required
[Error] ZFastCode.pas(2578): Undeclared identifier: 'PLengthInt'
[Error] ZFastCode.pas(2578): Undeclared identifier: 'StringLenOffSet'
[Error] ZFastCode.pas(2579): Pointer type required
[Error] ZFastCode.pas(2637): Undeclared identifier: 'PRefCntInt'
[Error] ZFastCode.pas(2637): Undeclared identifier: 'StringRefCntOffSet'
[Error] ZFastCode.pas(2637): Pointer type required
[Error] ZFastCode.pas(2638): Undeclared identifier: 'PLengthInt'
[Error] ZFastCode.pas(2638): Undeclared identifier: 'StringLenOffSet'
[Error] ZFastCode.pas(2639): Pointer type required
[Error] ZFastCode.pas(3095): Undeclared identifier: 'PRefCntInt'
[Error] ZFastCode.pas(3095): Undeclared identifier: 'StringRefCntOffSet'
[Error] ZFastCode.pas(3095): Pointer type required
[Error] ZFastCode.pas(3096): Undeclared identifier: 'PLengthInt'
[Error] ZFastCode.pas(3096): Undeclared identifier: 'StringLenOffSet'
[Error] ZFastCode.pas(3097): Pointer type required
[Error] ZFastCode.pas(3195): Undeclared identifier: 'PRefCntInt'
[Error] ZFastCode.pas(3195): Undeclared identifier: 'StringRefCntOffSet'
[Error] ZFastCode.pas(3195): Pointer type required
[Error] ZFastCode.pas(3196): Undeclared identifier: 'PLengthInt'
[Error] ZFastCode.pas(3196): Undeclared identifier: 'StringLenOffSet'
[Error] ZFastCode.pas(3197): Pointer type required
[Error] ZFastCode.pas(3250): Undeclared identifier: 'PRefCntInt'
[Error] ZFastCode.pas(3250): Undeclared identifier: 'StringRefCntOffSet'
[Error] ZFastCode.pas(3250): Pointer type required
[Error] ZFastCode.pas(3251): Undeclared identifier: 'PLengthInt'
[Error] ZFastCode.pas(3251): Undeclared identifier: 'StringLenOffSet'
[Error] ZFastCode.pas(3252): Pointer type required
[Error] ZFastCode.pas(3315): Undeclared identifier: 'PRefCntInt'
[Error] ZFastCode.pas(3315): Undeclared identifier: 'StringRefCntOffSet'
[Error] ZFastCode.pas(3315): Pointer type required
[Error] ZFastCode.pas(3316): Undeclared identifier: 'PLengthInt'
[Error] ZFastCode.pas(3316): Undeclared identifier: 'StringLenOffSet'
[Error] ZFastCode.pas(3317): Pointer type required
[Error] ZFastCode.pas(3360): Undeclared identifier: 'PRefCntInt'
[Error] ZFastCode.pas(3360): Undeclared identifier: 'StringRefCntOffSet'
[Error] ZFastCode.pas(3360): Pointer type required
[Error] ZFastCode.pas(3361): Undeclared identifier: 'PLengthInt'
[Error] ZFastCode.pas(3361): Undeclared identifier: 'StringLenOffSet'
[Error] ZFastCode.pas(3361): Pointer type required
[Error] ZFastCode.pas(3422): Undeclared identifier: 'PRefCntInt'
[Error] ZFastCode.pas(3422): Undeclared identifier: 'StringRefCntOffSet'
[Error] ZFastCode.pas(3422): Pointer type required
[Error] ZFastCode.pas(3423): Undeclared identifier: 'PLengthInt'
[Error] ZFastCode.pas(3423): Undeclared identifier: 'StringLenOffSet'
[Error] ZFastCode.pas(3424): Pointer type required
[Fatal Error] ZAbstractRODataset.pas(1791): Could not compile used unit 'ZFastCode.pas'
Error installing in Delphi 7
-
- Platinum Boarder
- Posts: 1956
- Joined: 17.01.2011, 14:17
Re: Error installing in Delphi 7
Hello tkszeos,
did you remove all the old Zeos DCU files?
With best regards,
Jan
did you remove all the old Zeos DCU files?
With best regards,
Jan
Re: Error installing in Delphi 7
Thanks!