Have an amazing solution built in RAD Studio? Let us know. Looking for discounts? Visit our Special Offers page!
DelphiHow-To'sPython

Top 10 How-To’s: Delphi & Python

What would it be like to create tools that integrate Delphi with Python (including building Python GUI apps)? How much fun would it be to allow Delphi to execute Python code and call Python libraries, and allow Python to call modules in Delphi and interact with Delphi code, objects, interfaces and records? Two-directional integration is a great boon to Delphi developers, and the open-source…
Read more
C++Code

How To Migrate Legacy C++ Apps To Unicode

This brief article focuses on helping you migrate your legacy C++ IDE applications to Unicode. Based on information from the Embarcadero consultants here you will find tips, tricks, and techniques to migrate legacy C++ Builder apps to a newer version. We will look at…
CodeRAD Studio

How To Start Containerization Using Windows Sandbox

Wouldn’t it be great if your computer could have a protective layer that prevents bad things from happening when you run strange things from the internet or open strange attachments? You can, however, using the Windows Sandbox. Windows Sandboxis a great feature you should definitely take a look at. Here are some of the best features of Windows Sandbox: Part of…
Read more
News

Native Windows is Back to Center Stage

With the demise of UWP, native development has reclaimed its place as the primary Windows development model after 20 years (given we had .NET in between). Delphi excels at native programming, so this is fantastic news for us. Several announcements from Microsoft in recent weeks have partially reversed previous directions in Windows development. In short, Microsoft is undermining (if not outright…
Read more
DelphiRAD Studio

How To Build a Digit Classifier In Tensorflow

MNIST – Modified National Institute of Standards and Technology is the crucible of a comprehensive computer vision database. Since its release in 1999, MNIST’s classic dataset of handwritten pictures has been accepted as the foundation for benchmarking…
DatabaseNews

Introducing InterBase for .NET - A Super-Secure Embedded Data Warehouse For .NET Users

Hello everyone and welcome to InterBase RDBMS! This is the first blog post of a series that introduces the InterBase multiplatform database to .NET developers. The idea is to present InterBase to the .NET community, ranging from an overview of what InterBase is, installation and configuration, connecting to InterBase from .NET and how to deploy InterBase – not only in the client/server…
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