Board index » cppbuilder » Internationalization with BDS2006

Internationalization with BDS2006


2007-12-20 11:03:21 PM
cppbuilder35
Hello,
We are migrating our projects from BCB 5 to BDS2006. Is there a Resource DLL
Wizard or something equivalent in BDS2006 (C++)?
Thanks,
Roberto
 
 

Re:Internationalization with BDS2006

In article <476a8438$ XXXX@XXXXX.COM >,
"Roberto Meneghini" < XXXX@XXXXX.COM >wrote:
Quote
We are migrating our projects from BCB 5 to BDS2006. Is there a Resource DLL
Wizard or something equivalent in BDS2006 (C++)?
I'm sorry there isn't. 8-(
This is something that our customers have been requesting though, (One
of the highest voted topics in QC for C++) IMO, it fits in well with
what we are trying to do for Tiburón. I'm pushing for us to reinvest in
this area.
--
David Dean (CodeGear)
Lead C++ QA Engineer
 

Re:Internationalization with BDS2006

Thank you David. Do you have a suggestion while we wait for the next
version? Any third-party tools or ideas how we can do it our selves. We
would like to finish the migration from BCB 5 so that we can remove it from
the computer.
Regards,
Roberto
"David Dean [CodeGear]" < XXXX@XXXXX.COM >wrote in message
Quote
In article <476a8438$ XXXX@XXXXX.COM >,
"Roberto Meneghini" < XXXX@XXXXX.COM >wrote:

>We are migrating our projects from BCB 5 to BDS2006. Is there a Resource
>DLL
>Wizard or something equivalent in BDS2006 (C++)?

I'm sorry there isn't. 8-(

This is something that our customers have been requesting though, (One
of the highest voted topics in QC for C++) IMO, it fits in well with
what we are trying to do for Tiburón. I'm pushing for us to reinvest in
this area.
--
David Dean (CodeGear)
Lead C++ QA Engineer
 

{smallsort}

Re:Internationalization with BDS2006

Hello,
Quote
Do you have a suggestion while we wait for the next
version? Any third-party tools or ideas how we can do it our selves.
We would like to finish the migration from BCB 5 so that we can
remove it from the computer.
If you do not mind switching to another internationalisation system,
have a look at dxgettext (dybdahl.dk/dxgettext/). It is free,
very easy to use, does not require DLLs and provides migration options
for resource DLLs.
--
Moritz
 

Re:Internationalization with BDS2006

Quote
Any third-party tools or ideas how we can do it our selves.
TsiLang is a popular choise:
www.sicomponents.com/
 

Re:Internationalization with BDS2006

In article <476af095$ XXXX@XXXXX.COM >,
"Roberto Meneghini" < XXXX@XXXXX.COM >wrote:
Quote
Thank you David. Do you have a suggestion while we wait for the next
version? Any third-party tools or ideas how we can do it our selves. We
would like to finish the migration from BCB 5 so that we can remove it from
the computer.
You could proably ask in borland.public.cppbuilder.thirdpartytools,
but The main one I know about is Si Components' TsiLang Suite.
--
David Dean (CodeGear)
Lead C++ QA Engineer