Page 1 of 1
Bug in ZPlainFirebirdxx
Posted: 26.06.2009, 10:05
by hop
Identifier not found: TStringDynArray
Error in uses section:
.
.
.
uses
{IFNDEF FPC}
Types,
{ENDIF}
.
.
.
Declaration TStringDynArray in theTypes unit.
Sorry my poor english.
Posted: 08.07.2009, 20:56
by mdaems
hop,
What compiler are you using? Compiles without troubl here in fpc and Delphi. If you're using fpc : what version?
Mark
Posted: 09.07.2009, 11:56
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
Posted: 09.07.2009, 12:11
by hop
works without the {IFNDEF FPC}
Posted: 09.07.2009, 21:26
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
Posted: 10.07.2009, 09:09
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.