Subject RE: [IBO] Missing file!!!
Author Helen Borrie
At 05:08 PM 14-11-02 -0600, you wrote:
>Some points; one, this enclosed pasted code is from
>IB_Constants-spn.pas, renamed to act as IB_Constants to IBO. Two,
>reading your 'How to Install' text, it mention that if I want to use
>another language than english, I must copy the file from the selected
>language and change the code I've pasted to avoid the error I mentioned.

Yes, that's true. You have proved the concept. But you should not be
trying to use the evaluation software for your production work.

You could try to "update" your custom version of IB_Constants.pas as follows:

IB_VERSION_MAJOR = '4';
IB_VERSION_MINOR = '2';
IB_VERSION_BUILD = 'I';
IB_VERSION_SUB_RELEASE = 'a';

But there is no guarantee that something did not change in IB_Constants,
between 4.2Gc and 4.2Ia...

regards,
Helen