View previous topic :: View next topic |
Author |
Message |
ullibang
Joined: 06 Aug 2003 Posts: 4
|
Posted: Mon Aug 11, 2003 7:50 am Post subject: Problem with option "Evaluate Boolean Expressions Compl |
|
|
As soon as i enable the Delphi 6.0 compiler option "Evaluate Boolean Expressions Completely" (Note: I do not know, what it is exactly in English, since i use a German Delphi) my programs exhibit runtime exceptions saying "EStringListError, list index exceedes maximum(50)" and after that " EReadError, error reading SiLang1.Translationdata, list index exceeds maximum(50)" quite at the start.
Again, the exact English text can be different because i get the messages in German. Is the TsiLang component suite incompatible with this compiler option or what else do i make possibly wrong?
If this option is not checked, everything works as expected!
Best regards
Ullibang |
|
Back to top |
|
 |
isiticov Site Admin
Joined: 21 Nov 2002 Posts: 2129
|
Posted: Mon Aug 11, 2003 8:02 am Post subject: |
|
|
In case you have registered sources version I would recommend you to open SI.INC file and add the following lines at the end:
and rebuild your project. |
|
Back to top |
|
 |
ullibang
Joined: 06 Aug 2003 Posts: 4
|
Posted: Mon Aug 11, 2003 8:53 am Post subject: |
|
|
isiticov wrote: | In case you have registered sources version I would recommend you to open SI.INC file and add the following lines at the end:
and rebuild your project. |
Your support in this forum is excellent !
This cured the problem. However, i am a little curious about the question whether TsiLang really needs R- and B-, so it is a minor bug not to have in the SI.INC ?
Best regards
Ullibang |
|
Back to top |
|
 |
isiticov Site Admin
Joined: 21 Nov 2002 Posts: 2129
|
Posted: Mon Aug 11, 2003 9:45 am Post subject: |
|
|
Yes, TsiLang really needs such conditions and we will fix this minor bug in next version by inserting necessary compiler switches directly to source in order to prevent such situations as yours. |
|
Back to top |
|
 |
|