DelphiIDENewsRAD StudioWebinar

Who Uses Delphi? The Silent Success Behind Astronauts, Theme Parks, Satellites, And A Multi-billion Ultimate Payday!

Despite Delphi being regularly rated as one of the top ten development languages in the world, there’s still this weird, undeserved negativity (accidental or intentional) from some people who wrongly accuse it of being old or outdated. This is despite the fact that as you can see on our blog right now RAD Studio 12.3 has just been released. I’m not entirely sure what naysayers and…
Read more
IDENews

AI-Powered Smart CodeInsight in RAD Studio 12.3

Embarcadero introduced its first integrated AI solution in the RAD Studio IDE in version 12.2. The technology, called Smart CodeInsight, offers the ability to interact with different LLM engines, some online and one offline, but also to install drivers for other AI engines thanks to a specific OpenToools API interface. The available engines are: OpenAI Ollama (offline) Gemini Claude There are…
Read more
DelphiIDERAD Studio

How I build, test and deploy macOS and iOS apps on legacy macs

How to build Delphi FMX applications on older (unsupported by Apple) macs I have several older Macintosh computers that I use to build, test and deploy macOS and iOS applications using the latest release of Delphi. This blog post contains information and links for the tools and videos I use to build my macOS and iOS applications. Open Core Legacy Patcher (OCLP) To be able to use an older…
Read more
C++IDENewsRAD StudioWindows

Dynamic Packages in C++Builder 12.2!

RAD Studio 12.2 brings several great improvements to C++. One of these is the completion of the new Windows 64-bit Modern toolchain with the addition of both using and creating dynamic packages (BPL files.) Dynamic Package Consumption When we released the new toolchain in RAD Studio 12.1, it fully supported building VCL and FMX apps, as well as using and creating static libraries, DLLs, console…
Read more