Page 1 of 1

migration problem 6.02 to 6.03

Posted: Thu Jan 25, 2007 9:23 am
by ecottard@free.fr
Hi,

I've got a project that i've moved to borland C++ 6 to studio C2006 with tsilang 6.02. This project works compile and run but we've got some translation problem (see next post).

I've download the new tsi_lang 6.03 and install it, before i remove the tsi lang 6.01. My project can not link anymore. The C2006 has been patch with the borland/codegear patch...

Do someone has got the same problem ?

regards
E.

Posted: Thu Jan 25, 2007 9:47 am
by isiticov
Hi,

Please be sure the Library and Include Path settings include the folder with TsiLang units.

Posted: Fri Mar 23, 2007 8:30 am
by ecottard@free.fr
Hi

I've tried to migrate on the 6.03.3 version, but i've still the linking problem.

Before installation i've removed previous version of tsilang 6.0.2
As state before my application is in C++ builder, I've installed the component with C++ installation but when i link the application
it said "unable to open tsilang_d2006r.bpi" and the file does not exist...

Posted: Fri Mar 23, 2007 9:47 am
by isiticov
Hi,

It looks like in your project configuration is used reference to tsilang_d2006r.bpi. You can edit project configuration file by removing this reference or change it to tsilang_c2006r.bpi if you need to use run-time packages.

Please let me know if this helps.

Posted: Fri Mar 23, 2007 11:07 am
by ecottard@free.fr
ok, it works

thanks