Using Python4Delphi with C++Builder VCL applications

Some C++ developers also use Python for their application development. There are several ways to integrate the two languages together. One way is to create Python extension modules containing C++ functions that implement new object types and functions. Another way is to use the Boost Python C++ library that enables interoperability between the Python and … Continue reading Using Python4Delphi with C++Builder VCL applications

New in C++Builder/Delphi 10.4.1 IDE: Package LibSuffix Auto Choice

The C++Builder and Delphi Project | Options | Description page allows developers to Choose and Set build target configurationsWrite a description for the packageSet strings for the package library filename's prefix, suffix and versionDefine the use of the package (designtime, runtime or both)Specify how the package is built (rebuild as needed or explicit rebuild) In … Continue reading New in C++Builder/Delphi 10.4.1 IDE: Package LibSuffix Auto Choice