How To Migrate Legacy C++ Apps To Unicode
November 11, 2021
This brief article focuses on helping you migrate your legacy C++ IDE applications to Unicode. Based on information from the Embarcadero consultants here you will find tips, tricks, and techniques to migrate legacy C++ Builder apps to a newer version.
We will look at working with Unicode in C++ Builder. For example you may know for the string datatype C++ Builder offers several choices. Your…