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
hop
Fresh Boarder
Posts: 7 Joined: 08.11.2007, 18:41
Location: Hungary
Post
by hop » 26.06.2009, 10:05
Identifier not found: TStringDynArray
Error in uses section:
.
.
.
uses
{IFNDEF FPC}
Types,
{ENDIF}
.
.
.
Declaration TStringDynArray in theTypes unit.
Sorry my poor english.
mdaems
Zeos Project Manager
Posts: 2766 Joined: 20.09.2005, 15:28
Location: Brussels, Belgium
Contact:
Post
by mdaems » 08.07.2009, 20:56
hop ,
What compiler are you using? Compiles without troubl here in fpc and Delphi. If you're using fpc : what version?
Mark
hop
Fresh Boarder
Posts: 7 Joined: 08.11.2007, 18:41
Location: Hungary
Post
by hop » 09.07.2009, 11:56
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
Posts: 7 Joined: 08.11.2007, 18:41
Location: Hungary
Post
by hop » 09.07.2009, 12:11
works without the {IFNDEF FPC}
mdaems
Zeos Project Manager
Posts: 2766 Joined: 20.09.2005, 15:28
Location: Brussels, Belgium
Contact:
Post
by mdaems » 09.07.2009, 21:26
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
hop
Fresh Boarder
Posts: 7 Joined: 08.11.2007, 18:41
Location: Hungary
Post
by hop » 10.07.2009, 09:09
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.