News

RAD Studio 12 Athens Patch 1 Available

Today Embarcadero released a patch for RAD Studio, Delphi, and C++Builder 12 Athens. This patch addresses several issues in RAD Studio 12, primarily involving the IDE, the Delphi 64-bit compiler, FireMonkey, VCL, and URI processing. Installing this patch is highly recommended for all RAD Studio 12 Athens customers. The detailed list of the issues addressed is available at the end of this blog…
Read more
News

Embarcadero Quality Portal Migration

Note that our new Quality portal is now live. Read about it here: https://blogs.embarcadero.com/the-new-quality-portal-is-live-here-are-the-details/ Quality Portal (https://quality.embarcadero.com/) is Embarcadero’s customer facing website for reporting bugs in…
C++DelphiRAD StudioWebinar

How To Create A Real Linux App Step By Step Guide

Hello developers. Our previous sessions in our Winter Webinars series which showed you how to create a real Android app step by step“, how to create a real iOS app (even if you do not have a mac), how to create a real windows app, and how to create a real Mac app, are extremely popular. Have you spotted the theme yet? 🤪 During the previous sessions I showed how to use RAD Studio 12 to…
Read more
News

Some Embarcadero Servers Are Experiencing A Hardware Outage

Many of you will have noticed by now that we are currently experiencing disruption to some of our services. In particular the RAD Studio installer, the GetIt package manager in the IDE, our Quality Portal, the DocWiki documentation site, certain authentication functions in…
News

Join the 2024 RAD Studio, Delphi, and C++Builder Developer Survey

Embarcadero is hosting a customer survey to gather feedback about RAD Studio and ideas and recommendations for the future of the product, including Delphi and C++Builder. The 2024 RAD Studio, Delphi, and C++Builder developer survey has 59 questions and it should take about 20 minutes to complete. We know your time is valuable and so we greatly appreciate your participation in this survey, which is…
Read more
News

A Summary of Year 2023 for RAD Studio (and Delphi)

February 2023 Delphi 28th Anniversary Delphi Digital Fan Art Contest Collection DelphiCon 2023 Embarcadero released RAD Studio 11.3 Alexandria April 2023 Embarcadero released Delphi 11 Community Edition and C++ Builder 11 Community Edition May 2023 Ian Barker joins…
C++CodeHow-To's

Eigen C++ Template Library with C++Builder and VCL

This post describes how to using the Eigen C++ Template Library with C++ Builder and VCL. What is the Eigen C++ Template Library? Eigen is a C++ template library for linear algebra: matrices, vectors, numerical solvers, and related algorithms.  A Gentle Introduction to Linear Algebra is here.   Eigen doesn’t have any dependencies other than the C++ standard library.  Eigen consists only…
Read more