Tagged Questions

7
votes
4answers
693 views

Transition to Unicode for an application that handles text files

My Win32 Delphi app analyzes text files produced by other applications that do not support Unicode. Thus, my apps needs to read and write ansi strings, but I would like to provide a better-localized ...
2
votes
1answer
404 views

Delphi: Unicode->AnsiString, language for non-unicode programs

I have Delphi 2010. XXX-component uses File_Path:AnsiString. A path can be written in XXX-language. If I set to use XXX-language for non-unicode programs in Windows settings then XXX-component ...
2
votes
3answers
332 views

Dll built in Delphi 2010/2009 not compatible to Delphi 7 when an Exception is raised

I've built a dll in Delphi 2010 and it's consumed in my delphi 7 application. I'm aware of the unicode AnsiString / string matter and according to my tests everything works fine up to the moment ...
-2
votes
0answers
75 views

quickly saving a Delphi Record containing Unicode elements to file as an “Ansi” File

I have a legacy dll (no source) that reads files generated by a Delphi program. We do have source for the delphi program. The program was originally written in D6. We are now using Delphi XE and ...