Subject | RE: [IBO] Missing file!!! |
---|---|
Author | Helen Borrie |
Post date | 2002-11-14T23:23:38Z |
At 05:08 PM 14-11-02 -0600, you wrote:
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
>Some points; one, this enclosed pasted code is fromYes, that's true. You have proved the concept. But you should not be
>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.
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