C++

How to enqueue TQueue from TTask with bcc32

Author: h.mohri When considering migration from oldC++Builder 10.2 Tokyobcc32project.You can use functions such asTThread::CreateAnonymousThread()andTTasktoimprove performance.In addition toTCriticalSection, you can also useSystem.TMonitorwhich supports multiple devices.I will show you how to programbcc32project using…
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…
News

CodeRage XII - Nov 7th - 9th - Call for Papers!

It is time for your favorite online developer conference: CodeRage. This year for CodeRage XII we are adding more platforms, more technology, and more learning. Join us for 3 full days November 7th through 9th. Now is the time to submit your sessions for CodeRage XII. Show off what you’ve been working on. Share best practices. Explore new platforms. And share your knowledge, skills…
Read more
C++

Build iOS 11 ready apps with RAD Studio 10.2.1

Target iOS 11 with RAD Studio 10.2.1 and the newly released iOS 11 patch. We’ve released a patch that adds support for building and debugging iOS 11 apps on supported devices, as well as creating App Store, Ad Hoc, or In-House Distribution ready apps. It also addresses…
Delphi

How to Transfer Images via DataSnap REST Part 1

Author: Landerson Gomes See in this post how to transfer images via DataSnap REST between server application and app client . Original Post Access the original post in Portuguese: TRANSFERINDO IMAGEM VIA DATASNAP REST – PARTE 1 http://landersongomes.com.br/embarcadero/delphi/transferindo-image-datasnap-rest-parte-1 Download the trial and run your tests. Download Free Trial To the…
Read more
News

Ext JS, Kitto and uniGUI, Oh My!

As a craftsman, it is important to have a good collection of tools in your toolbelt to address all the different types of projects you encounter. Join us tomorrow for our latest in a series of webinars on integrating Sencha’s Ext JS with your Delphi and C++Builder…
News

Updating IDE Subversion DLLs to address security issues

Recently a security issue allowing allowing local code execution after visiting a malicious URL was identified in Subversion, git and Mercurial. All three source control systems released a synchronised security update. In RAD Studio, we use an external installation of both…
C++

Building a Google Drive VCL application using Enterprise Connectors

Step 1: Download and install the Google Drive Enterprise Connector Trial In RAD Studio 10.2 (Pro or higher), navigate to the GetIt Package Manager via the Tools menu. Select the Connectors category and search for ‘Drive’ and proceed with the installation. Step 2: Create your VCL application Go to File > New > VCL Forms Application > Delphi. In the Data Explorer…
Read more