Thank you Mattias,
Solutions A is better for me.
This is work for me
TBS_Captions: array[0..2, 0..1] of string = ( ('Anamnez','ANAMNEZ'),('Bağlı Dosyalar','BAĞLI DOSYALAR'),('Notlar','NOTLAR'));

-FcUTF8 added, have to use this Juha's suggestion directive too? "-dEnableUTF8RTL"



On 15.02.2015 17:52, Mattias Gaertner wrote:
The string[15] is a shortstring.
You can assign only systemcodepage literals to Shortstring.

Solutions:
a) change the constant to String.
b) Put the constant into a unit with system codepage. For example:

--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to