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

Building a C++Builder RSS Feeds VCL Application with XMLDocument, NetHTTPClient, NetHTTPRequest and WebBrowser Components

I have many favorite prebuilt components that are included with C++Builder 10.4 Sydney. In this blog post I’ll show you how to create an RSS Feeds VCL (you can also use the same approach for a FireMonkey FMX) application using the XMLDocument, NetHTTPClient, NetHTTPRequest and WebBrowser components. Start by creating a C++Builder VCL application. Set READ MORE