Page 1 of 1

Can't install selfmade Package using TsiLang in BCB6

Posted: Thu Apr 24, 2003 6:01 am
by Mario Leibezeder
I am using Borland C++Builder 6.0 and I developed a Package including two Forms witch I tranlated with TsiLang into Englisch and German. The Package compiles without Errors.

When I try to Install the Package, Builder shows an Error Message:

(in German)
Package 'IsoDev_Komp' kann nicht geladen werden. Es enthält die Unit 'Memini' die auch im Package 'TsiLang_CB6' enthalten ist.

(i try to translate)
Can't load Package 'IsoDev_Komp'. It contains Unit 'Memini' whitch is also Part of Package 'TsiLang_CB6'.

Posted: Thu Apr 24, 2003 7:02 am
by isiticov
Just add TsiLang_CB6.BPI to the required packages list of your package and re-build your package. This should fix your problem.

Posted: Thu Apr 24, 2003 8:59 am
by Mario Leibezeder
Thanks for the quick answer. My Problem is solved.

regards

Mario