Page 1 of 1

Resource with ASCII code > 127

Posted: Sun Oct 15, 2006 2:07 am
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

Posted: Sun Oct 15, 2006 6:48 am
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.

Posted: Tue Oct 17, 2006 4:07 am
by LUIZ HENRIQUE
I don't know, but, I suppose that is C++ BUILDER 5.

Posted: Tue Oct 17, 2006 7:57 am
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.