Alcinoe Component Library and Delphi 11.1 Alexandria Compatibility
Open-source Delphi library with WebRTC, GPU-buffered FireMonkey controls, JSON/BSON parsing, and MongoDB. Covers Alexandria 11.1 compatibility and installation.
Software Development Blog
Software Development Blog
Open-source Delphi library with WebRTC, GPU-buffered FireMonkey controls, JSON/BSON parsing, and MongoDB. Covers Alexandria 11.1 compatibility and installation.
A technical guide on how to safely structure and compile Delphi VCL components so they link cleanly in C++Builder projects without missing object files
Range check errors in Delphi PDF libraries: why compound boolean conditions bypass bounds checks, and why page object storage order is the real root cause.
Delphi 5 has no TDateTimePicker.Format property. The fix is DateTime_SetFormat from CommCtrl, sent to the control handle inside a compiler conditional.
Delphi XE2 made tagLOGBRUSH32 incompatible with TLogBrush. EMF code fails E2010 at CreateBrushIndirect. Copy lbStyle, lbColor, lbHatch into a local TLogBrush.
Allocate and release a THotPDF instance at runtime in C++Builder: owner semantics, try/__finally cleanup, include path setup, and AutoLaunch pitfalls.
Learn how to programmatically extract standard and extended document summary metadata from Excel files in Delphi using the HotXLS component
Delphi 64-bit rejects inline asm in Pascal routines with E1025. Why DCC64 diverges from DCC32, how a pure-asm wrapper works, and when Trunc is the right fix.