Subject Re: [IBO] Re: Installation
Author Robert Martin
Hi

Thanks for you great explanation Mason. It was almost 100% right. My
actual problem was I had an additional search path that had a different
(newer I think) version of the IBObjects soure. Removing this search
path fixed it :)

Very happy now.

Merry Xmas !


On 17/12/2012 9:37 a.m., masonwheeler wrote:
>
> --- In IBObjects@yahoogroups.com, Robert Martin <rob@...> wrote:
>> Hi
>>
>> I am trying to setup IBO (with D2007) on a new computer. I am having a
>> lot of problems, I can install it manually but wehn compiling our
>> project I get the following message
>>
>> '[DCC Error] wsTable.pas(30): F2051 Unit IBODataset was compiled with a
>> different version of IB_Components.TIB_BDataset'
> Your problem's not with component installation. Delphi error messages are usually pretty good, but the "compiled with a different version of" one is definitely the exception to the rule.
>
> Here's what it really means:
>
> "Unit IBODataset has a dependency on IB_Components.TIB_BDataset. We have IB_Components.dcu available, but analysis shows that it's invalid and needs to be recompiled. Unfortunately, IB_Components.pas can't be located, so compilation can't continue."
>
> It's basically a special case of a "file not found" error. (And if you delete your DCUs, that's exactly what you'll get.) Add the folder that IB_Components.pas is in to your search path, and the error should go away.
>
>
>
> ------------------------------------
>
> ___________________________________________________________________________
> IB Objects - direct, complete, custom connectivity to Firebird or InterBase
> without the need for BDE, ODBC or any other layer.
> ___________________________________________________________________________
> http://www.ibobjects.com - your IBO community resource for Tech Info papers,
> keyword-searchable FAQ, community code contributions and more ! Yahoo! Groups Links
>
>
>
>
>
> -----
> No virus found in this message.
> Checked by AVG - www.avg.com
> Version: 2012.0.2221 / Virus Database: 2637/5464 - Release Date: 12/16/12
>
>