Resource with ASCII code > 127

All announcements, questions and issues related to the Resource Builder
Post Reply
LUIZ HENRIQUE
Posts: 2
Joined: Sat Oct 14, 2006 12:11 pm

Resource with ASCII code > 127

Post by LUIZ HENRIQUE »

When a form is edited in Resource Builder that either already contains extended characters ie. ASCII code >127 such as a £ sign, or they are added as part of the translation, ie. accented characters common in non-English languages, the form throws an exception when called in the modified executable.
Do you have a solution?

Best regards,

Luiz Henrique
Brazil
isiticov
Site Admin
Posts: 2383
Joined: Thu Nov 21, 2002 3:17 pm

Post by isiticov »

I suppose, you're editing some Delphi form resource. What version of Delphi was used to build your application? Because it could be that there just different Delphi versions used in your application and in Resource Builder. And this causes invalid DFM <-> TEXT converting.
Best regards,
Igor Siticov.
LUIZ HENRIQUE
Posts: 2
Joined: Sat Oct 14, 2006 12:11 pm

Post by LUIZ HENRIQUE »

I don't know, but, I suppose that is C++ BUILDER 5.
isiticov
Site Admin
Posts: 2383
Joined: Thu Nov 21, 2002 3:17 pm

Post by isiticov »

Could you please let us know what kind of exception is thrown? We just tested this with Delphi 4 executable and it works just fine.
Best regards,
Igor Siticov.
Post Reply