migration problem 6.02 to 6.03

All announcements, questions and issues related to the TsiLang Components Suite.
Post Reply
ecottard@free.fr
Posts: 12
Joined: Fri Mar 04, 2005 10:27 am

migration problem 6.02 to 6.03

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

Post by isiticov »

Hi,

Please be sure the Library and Include Path settings include the folder with TsiLang units.
Best regards,
Igor Siticov.
ecottard@free.fr
Posts: 12
Joined: Fri Mar 04, 2005 10:27 am

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

Post 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.
Best regards,
Igor Siticov.
ecottard@free.fr
Posts: 12
Joined: Fri Mar 04, 2005 10:27 am

Post by ecottard@free.fr »

ok, it works

thanks
Post Reply