Embarcadero has now restored RAD Studio 12, Delphi 12 and C++Builder 12 product and trial installation through the online (GetIt-based) installer. This is in addition to the RAD Studio 12 GetIt Packages availability, covered by this blog post.
The build we are making available today is a new inline release, which includes the recently released Patch 1. The trial installation and regular product…
Let's Develop A C++ Optimization AI App By Using Genetic Algorithms
February 9, 2024
Hello Everyone, this week we have new C++ posts that can be compiled with C++ Builder (versions 10, 11, or 12) or any other compiler that supports C++17 standard and beyond. AI technologies are evolving rapidly, and our first post is about the Genetic Algorithm (GA)…
Embarcadero has restored the ability of the 12.0 GetIt server to install additional packages from the RAD Studio 12 Athens IDE via the GetIt package manager.
The rebuilt GetIt server for RAD Studio 12 now uses a cloud-based infrastructure in order to offer higher…
RAD Studio 12 Athens Patch 1 Available
February 7, 2024
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…
Let's Learn Modern C++ With C++ Builder 12 In Examples
February 2, 2024
Hello everyone, this week we have new C++ posts that can be compiled with C++ Builder 12 bcc64x or any compiler that supports C++17 standard and beyond. In this week’s posts, we explain what a copy assignment operator is and its types in usage with many C++…
How To Create A Real App That Runs In The Cloud
January 30, 2024
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, create a real Mac app, are extremely…
Embarcadero Quality Portal Migration
January 27, 2024
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 the products, issues in the documentation, or to suggest new features to implement. In particular, there is a project in the…
How To Create A Real Linux App Step By Step Guide
January 23, 2024
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…
Some Embarcadero Servers Are Experiencing A Hardware Outage
January 17, 2024
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…
Useful C++ 17 Features That You Should Learn
January 17, 2024
Hello Developers, in my opinion, the C++17 standard is one of the biggest milestones in the history of C++ development. It is amazing with a lot of new features, and in this weekly round post, we have another three important features that you should learn. We explain the new optional class template, we teach you how to use alias templates for traits and we explain what std::any is and how…