Error installing in Delphi 7

The forum for ZeosLib 7.2 Report problems. Ask for help, post proposals for the new version and Zeoslib 7.2 features here. This is a forum that will be edited once the 7.2.x version goes into RC/stable!!

My personal intention for 7.2 is to speed up the internals as optimal a possible for all IDE's. Hope you can help?! Have fun with testing 7.2
Post Reply
User avatar
tkszeos
Junior Boarder
Junior Boarder
Posts: 35
Joined: 26.08.2005, 21:45

Error installing in Delphi 7

Post by tkszeos »

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'
marsupilami
Platinum Boarder
Platinum Boarder
Posts: 1956
Joined: 17.01.2011, 14:17

Re: Error installing in Delphi 7

Post by marsupilami »

Hello tkszeos,

did you remove all the old Zeos DCU files?
With best regards,

Jan
User avatar
tkszeos
Junior Boarder
Junior Boarder
Posts: 35
Joined: 26.08.2005, 21:45

Re: Error installing in Delphi 7

Post by tkszeos »

:roll: Thanks!
Post Reply