Subject | Re: [IBO] Re: An Old Newbie |
---|---|
Author | Leo Mozachi |
Post date | 2007-09-06T18:21:30Z |
Helen and Roger, thanks for your time. I mean it.
Before I posted this message, some units I wrote myself had the same
compiler error message.
So, I added to these units the 'Variants' clause and the compiler stoped
complaining.
But since the .IMP IBObjetcs files do not have a uses clause, I dont know
where to add this reference.
I think this could be the way..
Any ideas?
Best Regards,
Leo Mozachi
2007/9/6, rogervellacott <rvellacott@...>:
>you need to put this in the Units list wherever variants are used.This seem to be true.
Before I posted this message, some units I wrote myself had the same
compiler error message.
So, I added to these units the 'Variants' clause and the compiler stoped
complaining.
But since the .IMP IBObjetcs files do not have a uses clause, I dont know
where to add this reference.
I think this could be the way..
Any ideas?
Best Regards,
Leo Mozachi
2007/9/6, rogervellacott <rvellacott@...>:
>[Non-text portions of this message have been removed]
> 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 <IBObjects%40yahoogroups.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
> >
>
>
>