SaveAllToBinaryFile and RangeCheck

All announcements, questions and issues related to the TsiLang Components Suite.
Post Reply
dmitry
Posts: 5
Joined: Thu Jun 12, 2003 8:05 am

SaveAllToBinaryFile and RangeCheck

Post by dmitry »

Now i'm getting an error then using SaveAllToBinaryFile, when compile option 'Range checking' - On/Checked.
It's mean that i have to Off range checking for whole project to use only this one function.

Any idea how i can use Range Checking for whole project?

May be i have to use {R-/+} into SaveAllToBinaryFile function.
gaivans
Posts: 71
Joined: Fri Nov 29, 2002 4:10 pm

Post by gaivans »

Hello Dmitry,

Yes, the "SaveAllToBinaryFile" method and some functions in the Translation Editor require Range Checking to be turned off. We will fix it in the next version release. Please, add to the beginnings of units siComp.pas and siTransEditor.pas the conditional {$R-}, or if you are using the trial version please enclose the calls to "SaveAllToBinaryFile" and "EditAll" functions with the corresponding swithces {$R-/+}.
Best regards,
Serghei Gaivan
dmitry
Posts: 5
Joined: Thu Jun 12, 2003 8:05 am

Thanks Serghei

Post by dmitry »

Thanks Serghei
Post Reply