failed to load translated resource string

All announcements, questions and issues related to the TsiLang Components Suite.
Post Reply
sean
Posts: 3
Joined: Mon Dec 03, 2007 2:14 pm

failed to load translated resource string

Post by sean »

Hi,

after rebuilding the TsiLang component suite manually, calling the LoadResString function always return the untranslated string.
(using BDS 2006)

why?

thanks!
isiticov
Site Admin
Posts: 2385
Joined: Thu Nov 21, 2002 3:17 pm

Post by isiticov »

Hello.
It is almost impossible to tell you the reason of that without knowing other details. May be you didn't set HandleResourceStrings=True, or you have another TsiLang in project with this property set to True. Or your translations don't include translation for this resource string. If you're able to reproduce the problem on any sample project and sent it to us then we would try to find a reason for such error.
Best regards,
Igor Siticov.
sean
Posts: 3
Joined: Mon Dec 03, 2007 2:14 pm

Post by sean »

they are just the same project codes, which work flawlessly before REBUILDING the TsiLang component suite package(TSiLang_C2006r.bdsproj & TSiLang_C2006.bdsproj)
sean
Posts: 3
Joined: Mon Dec 03, 2007 2:14 pm

Post by sean »

I finally found out the problem, i need to add a conditional defines "CBUILDER" to the Pascal Compiler options while I am rebuilding TSiLang_C2006r.bdsproj & TSiLang_C2006.bdsproj packages
Post Reply