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:
Unicode in C/C++, VCL & WinAPIVCL String ClassesConverting text to and from UnicodeLoad and save Unicode characters to fileNew C/C++ data types for C-style strings“_TCHAR maps to”…
A RoadMap To Migrate Your Legacy Delphi And C++ Applications To The Latest Blazing-Fast Version
October 12, 2020
Thinking to migrate your Legacy Delphi/C++Builder Applications to the Latest Delphi? Curious to know the things to do and tips to do effortless migrations ? This post will guide you through the considerations for succussful migrations
Things to consider :
Unicode…
Here was my answer 😀
Create a New | C++Builder VCL Windows application. On the form add TPanel, TButton, TEdit and TMemo components. Put the TButton and TEdit into the TPanel. Set TPanel align property to AlTop. Set the TMemo align property to alClient.
Accessing internet resources becomes a common feature in modern desktop windows applications. Thinking how to build these capabilities in your Delphi/C++ Applications? WINSOFT made a Flexible component suite that helps you to access internet resources with FTP, and HTTP/HTTPS protocols. It uses the Standard Microsoft WinInet API.
Features:
It supports FTP, HTTP, and HTTPS protocols. Well…
Some days ago I wrote about Comport for Firemonkey by WinSoft but even if you are not planning to use FireMonkey we still have a great component for you: Comport for Windows (TComport) by WinSoft.Let’s download the trial version from here and install it…
Quickly Learn How To Connect And Manage A SQLite Database For Delphi/C++ Builder With SQLite Sample App
October 7, 2020
SQLite becomes popular for working with light weight embedded, mobile, IoT, and desktop applications. Do you want yourDelphi and C++Builder Applications to connect with SQLite Database? How to start? Don’t worry,FireDACoffers robust components to…
TheImageZoomsample demonstrates how to zoom an image on an iOS or Android device. The sample provides a picture and the user can zoom the picture by pinching it.
You can find Delphi and C++ code samples inGitHub Repositories. Search by name into the sample repositories according to your RAD Studio version.
To add native gestures to your mobile applications, you should…
Flexible Serial Communication Protocol Suite For Delphi/C++ Builder FireMonkey Cross Platform Apps
October 6, 2020
Serial Communicationsis a core communication between PC and peripheral devices Such as a programmable instrument or another computer. Do you feel challenged or tired in writing code to communicate with serial devices from yourDelphi/C++FireMonkey…
C++Builder 10.4.1 Event Handler and RTTI Patch
October 5, 2020
We’ve just released a patch for C++Builder 10.4.1 which affects using components written in C++ in the form designer. This patch addresses the following issue:
Event handlers were not always generated in the IDE with a compatible method signature to the event…
Accessing internet resources becomes a common feature in modern desktop windows applications. Thinking how to build these capabilities in yourDelphi/C++ FireMonkey Applications?WINSOFTmade a Flexible component suite that helps you to access internet resources withFTP, andHTTP/HTTPSprotocols. It uses the Standard…