Have an amazing solution built in RAD Studio? Let us know. Looking for discounts? Visit our Special Offers page!
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

InterBase 2017 Update 1 Is Now Available

We are pleased to announce general availability of InterBase 2017 Update 1. This update expands on the InterBase 2017 version we release earlier this year and introduced many new features as discussed at https://delphiaball.co.uk/2017/03/09/interbase-2017-now-available/ InterBase 2017 Update 1 New Features A highlighted summary of InterBase 2017 Update 1 new features includes: Developer and…
Read more
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.
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 a number of issues with iOS 10. This patch is available for any active Update Subscription customer and requires that you…
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 git and Mercurial, which you point the IDE to in the Options dialog. (Tools > Options > Version Control, and then either…
Read more
C++CodeHow-To'sModernizationRAD Studio

My code used to work but crashes! Easily Solving Incorrect Code with bcc64x

We’ve had a couple of support requests that are along the lines of, ‘I’m upgrading to the new Win64 Modern C++ toolchain. But when I run my app built in Release mode, it crashes, and…

IN THE ARTICLES