C++CodeDelphi

Easily Wrap Any Delphi Object Into A Python Object In This Sample Windows App

Do you want to leverage your Delphi Objects in the Python Scripts with less code? Python4Delphi has the flexibility to do that using a TPyDelphiWrapper component. This benefits Delphi Developers easily to wrap the existing or new Delphi Objects into Python Objects. You can also use Python4Delphi with C++Builder to build Python GUI apps. Python4DelphiDemo31Sample App shows how to…
Read more
DelphiIDE

Parallel Compiling 300 Native Windows Apps In 45 Seconds With Delphi On An AMD Ryzen 9 5950x

Let’s see if we can take the Delphi compiler to the next level with the latest AMD Ryzen 9 5950x powerhouse CPU featuring 16 cores and 32 threads. According to CPU Benchmark the AMD Ryzen 9 5950x has the fastest single core CPU score right now with a score of 3524. Generally, the Delphi compiler only uses one core to build a project. On the C++Builder side there is TwineCompile which allows…
Read more
DelphiIDERAD Studio

Turbo Charge Your Delphi Windows App Development With The TurboPack Essentials VCL Controls

TurboPack Essentials offers 13 different easy-to-use VCL controls to use in your Delphi and C++ Builder Windows Applications. It’s fast and easy to install using the GetIt Package Manager! You can find out more about TurboPack Essentials on the web. Step 1. Open the GetIt Package Manager: Step 2. Enter “Essentials” in the search box: Step 3. Press the install button, GetIT…
Read more
C++CodeDelphi

Learn How To Easily Work With A COMPort On Linux In Delphi Using A WINSOFT Library

You can track and use all available ComPorts on your Linux machine by using this fantastic library. It is simple, fast, and efficient to use; simply download and add the library path, declare the units, and call its functions. Follow the tutorial to learn how to do so. In my case, I was using VirtualBox to run Ubuntu on a Windows host. Installing Development Packages To install the development…
Read more