News

RAD Studio 12.2 Athens Patch 2 Available

This patch for RAD Studio 12.2 addresses two issues in C++Builder and provides missing MacOS RTL Delphi source files. This patch is about 30MB to download. This patch is delivered using the patch installer and should be applied exclusively to RAD Studio 12.2 Patch 1 (build 29.0.53982.0329). See https://blogs.embarcadero.com/rad-studio-12-2-athens-inline-patch-1-available/ for more information on…
Read more
News

RAD Studio 12.2 Athens Inline Patch 1 Available

October 17, 2024 RAD Studio 12.2 Patch #1 provides quality improvements to the 12.2 release, focused on RAD Studio IDE, FireMonkey, the bcc64x Win64 Modern toolchain, RAD Server, and the 64-bit versions of the Delphi compiler. The patch also fixes a package binary…
DelphiNews

The Untapped Potential of AI in Desktop Applications: “Power-Charging” Our Delphi Community

AI is taking over—not like “Terminator,” at least not yet, but by revolutionizing everything. AI is everywhere today, from business processes to consumer apps, and from spaceships to your toaster. And while everyone’s buzzing about AI in the cloud and AI in web apps, there is a hidden gem, a space where AI is quietly waiting to flex its muscles: desktop applications. As it turns out…
Read more
C++News

Introducing Amazing CMake Support in C++Builder 12.2

C++Builder and RAD Studio 12.2 bring a fantastic feature for C++: full CMake support for the new Win64 Modern toolchain. It’s available in GetIt now, and it comes with some amazing demos. You can build VCL apps, FMX apps, packages, DLLs, console apps, as you’d expect……
C++DelphiNewsRAD Studio

What You Can Do With RAD Studio 12.2

RAD Studio 12.2, released on September 12, 2024, has changed the development game again. How? With features never before seen in the IDE, like embedded access to AI-assisted coding, and with performance enhancements like 64-bit compilers that enable you, the developer, to…
DelphiNewsRAD Studio

Faster Delphi RTL with Parallel Arrays and Ordered Dictionaries

While the most relevant new features were in other product areas, there are a few enhancements in the Delphi Run Time Library (o RTL) that we thing is worth pointing out. New TParallelArray Class There is a new TParallelArray class in the System.Threading unit that enables running operations like &For and Sort in parallel on Array items. On multi core systems, this can speed them up…
Read more
News

Using AI LLMs in the RAD Studio IDE with Smart CodeInsight

As I wrote in the RAD Studio 12.2 announcement blog post, “leveraging AI LLMs for coding is becoming increasingly popular and the quality of these tools is getting better. For this reason, RAD Studio 12.2 introduces an open architecture for AI plugins, offering ready-to-use support for three online solutions (OpenAI, Gemini by Google, and Claude by Anthropic) and one offline solution…
Read more