Page 1 of 1

Access Violation on .gettextordefault('myid0001');

Posted: Fri Apr 29, 2011 2:00 pm
by microtronx
Hello,

i have installed the latest version for Delphi2010 and getting now access violations by calling

myTsiLangRT.gettextordefault('myid0001');

Is this a known bug?

note:

Posted: Fri Apr 29, 2011 2:51 pm
by microtronx
This access violation does not occur if i clear the list of "strings" ...
it seems that this is a bug !?!

Posted: Fri Apr 29, 2011 5:42 pm
by isiticov
Could you please send us a sample project that reproduces the problem? Because we're unable to reproduce it on our side.

demo project

Posted: Mon May 02, 2011 6:58 am
by microtronx
I will try to reproduce the problem and will send you a sample project.

Posted: Mon May 02, 2011 10:59 am
by microtronx
if i use gettextordefault for an id, which does not exists, i get the access-violation. Can you check this, please?

Posted: Tue May 03, 2011 12:39 pm
by isiticov
We've checked this and once again without any success. Are you able to reproduce this on sample project? If yes, please send it to us.

Posted: Fri May 06, 2011 8:58 am
by microtronx
We have solved the problem by our selves. It seems that there is an problem, if we use i.e. the gettextordefault from unit1 within unit2 and reverse.

Changing the routines to use the .gettextordefault from silang_rt on current form, solved the problem.

Thanks for your support