At 19:26 18-1-02, you wrote: >Hi, > >After some hours of debugging my own application i have found a bug in the >gettext unit. > >Line 131 of gettext.pp: > GetMem(TranslStrings^[i], TranslTable^[i].length); >should be replaced with: > GetMem(TranslStrings^[i], TranslTable^[i].length + 1); Thanks for reporting, it's fixed Peter