Hi,
I migrate a apps from delphi 5 using TWSocket 5.25 to delphi 10.1 using TWSocket 8.57. We have 2 programme one that we trying to migrate to delphi 10.1 (means unicode now) the client, and the server that is still in delphi 5 (means still ansi ascii). When we use the program convert to Delphi 10.1 look like when doing the sendstr i see in the code that it's doing a AnsiString because of this normaly the string send to the delph 5 must be accurate, but look like it's not able to recognize it properly.... Any idean on a way to make it working in the hybrid way (delphi 5 and 10.1) or i will need to convert both of them do delphi 10.1 at the same time?
Thanks,