Using “Modern AI” to Create a Working Solar System Text Adventure Multi-Device Application

This week I gave a presentation, demo and participated in Live Q&A at the Embarcadero CodeRage 2025 online developer conference. My session showed how to use AI tools including ChatGPT v5, Claude Sonnet v4.5, Gemini v3 to build the project and code for a Multi-Device Solar System Text Adventure game using Embarcadero Delphi 13 and READ MORE

Celebrating the 30th Anniversary of Delphi version 1.0’s Launch

By David Intersimone “David I” – Friday, February 14, 2025 Today we celebrate the 30th anniversary of the launch of Delphi version 1.0 on Valentine’s Day, February 14, 1995, at the Software Development West Conference in San Francisco California. More that 12 years of continuous IDE, language, tools and library development led up to the READ MORE

Windows Printing with C++Builder using VCL and FMX

Do you need to add printer support to your C++ applications using the Visual Component Library (VCL) or FireMonkey (FMX) GUI ? In this blog post I’ll show you how to build Windows applications that support printing image bitmaps using the VCL and FMX frameworks. One of my favorite C++Builder RTL features is that both READ MORE