C++

Don't be Afraid to Migrate Your VCL App

There are many existing VCL Windows apps built with older versions of Delphi and C++Builder, using outdated technologies and frameworks.In this demo oriented session Paweł is going to walk you through different scenarios of migrating existing Delphi VCL apps to Windows 10, mobile, web and multi-tier architectures.We are going to discuss best practices in migration VCL apps…
Read more
C++

Building Perfect REST APIs with RAD Server and Delphi

REST API architecture has become the most popular approach for building scalable, secure, multi-user systems.Using RAD Server you can quickly publish your Delphi or C++ logic as HTTP REST API endpoints that can be used from any app and framework, including mobile…
C++

C-To-Delphi Converter Tool Can Quickly And Easily Help You Convert Standard C Code To Delphi

Developer Wouter Van Nifterick has a C-To-Delphi converter tool available over on GitHub under an MIT open source license. The tool contains a split view where you can write standard C code on the left side of the split view and it will show you translated code in Object Pascal (Delphi) on the right side of the split view. The DelphiAST library is used to perform syntax checking on the Delphi code…
Read more
C++

RAD Studio 10.2: Windows 10 VCL UWP/WinRT Support

Windows 10 VCL Universal Windows Platform (UWP)/WinRT Services and Components has been added to the Run Time Library (RTL). For example, the Windows 10 Notifications Componentand Windows 10 Sharing/Contract Component, for both Object Pascal and C++ is included in RAD Studio, Delphi and/or C++ Builder Introduction/Background on WinRT To implement Windows 8 and Windows 10 features like…
Read more