Site icon Embarcadero RAD Studio, Delphi, & C++Builder Blogs

Quickly Learn How To Migrate Legacy C++ Builder Applications To The Unicode

In this CodeRage session, you can see how you can migrate your legacy C++ Builder code to new and fresh C++ easily with a strategy. What can you get from this session? Here is the overview:

As you know, for the string data type, C++ Builder offers several choices. Your code can use C-style characters and strings or C++ string objects or VCL string objects and, each of these has its own set of Unicode variations also, the Windows API provides both ANSI and Unicode variants. 

You may not have to migrate your to Unicode to use C++ Builder?

Moving projects from the previous version

Option 1: Open your project files and project groups in C++ Builder. You just let C++ Builder update the project.

There is another option that the author of this CodeRage session, Al Mannarino, recommends you to not let C++ Builder convert the project to the new version. You need to create a new project and add your source files to it.

Be sure to watch the whole CodeRage session where you can learn more best practices!

Get easy-to-understand information on the modern and professional ways to convert integer to String C++ from this recent blog post.

Exit mobile version