Bug in ZPlainFirebirdxx

The alpha/beta tester's forum for ZeosLib 7.0.x series

Report problems concerning our Delphi 2009+ version and new Zeoslib 7.0 features here.

This is a forum that will be removed once the 7.X version goes into stable!!

Moderators: gto, EgonHugeist, olehs

Locked
hop
Fresh Boarder
Fresh Boarder
Posts: 7
Joined: 08.11.2007, 18:41
Location: Hungary

Bug in ZPlainFirebirdxx

Post by hop »

Identifier not found: TStringDynArray

Error in uses section:
.
.
.
uses
{IFNDEF FPC}
Types,
{ENDIF}
.
.
.
Declaration TStringDynArray in theTypes unit.


Sorry my poor english. :)
User avatar
mdaems
Zeos Project Manager
Zeos Project Manager
Posts: 2766
Joined: 20.09.2005, 15:28
Location: Brussels, Belgium
Contact:

Post by mdaems »

hop,
What compiler are you using? Compiles without troubl here in fpc and Delphi. If you're using fpc : what version?

Mark
Image
hop
Fresh Boarder
Fresh Boarder
Posts: 7
Joined: 08.11.2007, 18:41
Location: Hungary

Post by hop »

mdaems wrote:hop,
What compiler are you using? Compiles without troubl here in fpc and Delphi. If you're using fpc : what version?

Mark
fpc 2.2.4; lazarus latest svn build; zeoslib 7.0 build 666
hop
Fresh Boarder
Fresh Boarder
Posts: 7
Joined: 08.11.2007, 18:41
Location: Hungary

Post by hop »

works without the {IFNDEF FPC}
User avatar
mdaems
Zeos Project Manager
Zeos Project Manager
Posts: 2766
Joined: 20.09.2005, 15:28
Location: Brussels, Belgium
Contact:

Post by mdaems »

Hi hop. Here it compiles without trouble using fpc 2.2.2 and 2.3.1.

When do you get the error exactly? Building the zeoslib package or rebuilding Lazarus?

Mark
Image
hop
Fresh Boarder
Fresh Boarder
Posts: 7
Joined: 08.11.2007, 18:41
Location: Hungary

Post by hop »

I rebuild it generally the lazarus if I install a package. The building succeeded if I removed the {IFNDEF FPC}. The definition of the TStringDynArray is in the Types unit.
Locked