Page 1 of 1

Exception "EClassnotFound"

Posted: Sun Aug 01, 2004 7:18 am
by tomtom62
Hi,

its me again -)

I added a new form to my project , added a TSilang Component to it and assigned the component to my global Dispatcher.

I also saved the translation of the form to a .sib file and merged it with my project .sib file to have all the translations in one file.

While trying to load the merged .sib file during runtime im my project an error comes up: Exception "Eclassnotfound" Class TSIlanglinked not found.

Loading the older .sib file (without the translations of the added form), no error comes up, but the translation of the the new form is missing (Which is ok as I created the .sib file before having the new form -)).

What did I miss ?

Regards

Thomas

Posted: Mon Aug 02, 2004 5:35 am
by isiticov
Can you please try to add siLngLnk to uses clause of unit with this form?

Posted: Mon Aug 02, 2004 6:02 am
by tomtom62
Thanks,

that has helped. Would it make sense to add silnglnk to the whole project ?

Regards

Thomas

Posted: Mon Aug 02, 2004 6:10 am
by isiticov
No, at least once is enough.