Subject Re: [IBO] IBO 4 Eval Problems (?)
Author Helen Borrie
At 02:14 AM 17-10-01 +0000, jackson@... wrote:
>Hello:
>
>I'm trying to compile a Dephi package with IBO 4 and I'm receiving
>the follow error:
>
>[Fatal Error] users_basic_v18.dpk(46): Unit IB_Components was
>compiled with a different version of IB_Constants.IB_VERSION_MAJOR
>
>I downloaded the IBO 4 Kit and the Delphi 5 DCUs from the IBO site
>today.
>
>Is there something I'm missing?

Jackson,
I'm guessing that you are using one of the non-English versions of ib_constants.pas, for example, if you look at the source for ib_constants-spn, you will see this _wrong_ declaration of the version information:

// Version information
IB_VERSION_MAJOR = '3';
IB_VERSION_MINOR = '6';
IB_VERSION_BUILD = 'D';
IB_VERSION_SUB_RELEASE = '';


In ib_constants it is:
// Version information
IB_VERSION_MAJOR = '4';
IB_VERSION_MINOR = '2';
IB_VERSION_BUILD = 'E';
IB_VERSION_SUB_RELEASE = 'g';

Apologies for this - just alter your copy of ib_constants.pas to match this, delete ib_constants.dcu if it is present and then recompile.

Regards,
Helen

All for Open and Open for All
InterBase Developer Initiative ยท http://www.interbase2000.org
_______________________________________________________