Exception "EClassnotFound"

All announcements, questions and issues related to the TsiLang Components Suite.
Post Reply
tomtom62
Posts: 13
Joined: Tue Jul 20, 2004 11:28 am

Exception "EClassnotFound"

Post 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
isiticov
Site Admin
Posts: 2383
Joined: Thu Nov 21, 2002 3:17 pm

Post by isiticov »

Can you please try to add siLngLnk to uses clause of unit with this form?
tomtom62
Posts: 13
Joined: Tue Jul 20, 2004 11:28 am

Post by tomtom62 »

Thanks,

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

Regards

Thomas
isiticov
Site Admin
Posts: 2383
Joined: Thu Nov 21, 2002 3:17 pm

Post by isiticov »

No, at least once is enough.
Post Reply