News

C++ GM Update: Focus on C++ Quality in 10.4 And 10.4.1

Our refocusing efforts on quality assurance and bug fixes for C++ Builder has never been more clear than in 10.4.1. While we appreciate your patience, we don’t take it for granted. We have never been more energized to build on the solid foundations of C++ Builder and will continue this push in later releases throughout the year. Some highlights from this release: The Win64 debugger…
Read more
DelphiRAD StudioTech Partner

Quickly Create SVG (Scalable Vector Graphics) files with SVG Canvas Library for VCL in Delphi And C++Builder

It is surprisingly easy to add SVG support to your applications. Here is a third party Delphi and C++ Builder component from WINSOFT that enables work with Scalable Vector Graphics files. Scalable Vector Graphics is XML-based vector image format for two-dimensional graphics. How to install component 1) Download archive from: https://www.winsoft.sk/svgcanvas.htm2) Extract files from…
Read more
C++CodeDelphi

Using a .NET Assembly via COM in Delphi

This is mostly a reprise of an article I wrote back in 2004, but that I still refer people to. That linked version may eventually go away. I have not tested any of this recently, but will update based on feedback, and revisit as necessary. I found a recent utility that may…