Subject Re: An Old Newbie
Author rogervellacott
I suspect it is nothing to do with IBO. Your errors all seem to be
about variants, and I think between D5 and D7 Borland put all the
variant functionality into a separate unit called Variants. You need
to put this in the Units list wherever variants are used.


--- In IBObjects@yahoogroups.com, "mozachi" <listas.ibobjects@...>
wrote:
>
> Hi!
>
> Well, a long time ago, back in Firebird version 1.0, I've ported one
> application of mine to use with FB. The intention was to get used to
> FB. For some reasons I did not used FB in my projects. Nowadays,
with
> FB 2.x, I think the Firebird time has come for me and I am trying to
> port that app again but I am facing a problem.
>
> The first project was build with Delphi 5 and IBOjjects 3.5b and
> worked pretty well. Today I am using Delpi 7 and IBObjects version
4.8.7.
>
> The problem I am facing is that the project do not compile.
> :-)
>
> The Error messages are:
>
> UNIT - MESSAGE
> IBA_LocateCursor.IMP(98) - undeclared Identifier: VarIsArray
> IBA_BDataset.IMP(1077) - undeclared identifier: Unassigned
>
> There are 49 errors and the messages are pretty close (undeclared
> identifier VarIsArray, VarArrayDimCount, Unassigned,
VarArrayLowBound,
> etc.)
>
> Sure I am missing something here and I hope that fixing these kind
of
> error, the remaining 47 error will be gone too.
>
> Someone knows what I am missing?
> Did I forget to set some directives or maybe activate some
checkboxes
> somewhere?
>
> Any hel is very apreciated.
>
> Best Regards,
>
> Leo Mozachi
>