The recently released AMD Ryzen 9 5950x offers 16 cores and 32 threads so let’s see what kind of performance we can get out of a parallel C++ compile with those 32 threads. At the time of this writing the AMD Ryzen 9 5950x has the highest single core CPU Benchmark score at around 3515. C++Builder is a rapid application development tool for building C++ Windows apps. It offers normal…
Learn How The Delphi RTL Improves Efficiency With Fewer Lines of Code
December 22, 2020
Delphi RunTime Library gets enhanced with each new Delphi release, but often these improvements hide behind many flashier features. In this session, you can find out some of these fantastic RTL features.
For instance, you have this Delphi code:
if value = 0 then
…
Cue Player One by Baxel Data is one program for theater to control sound, video, lights, and accessories using one cue list, one computer, one operator and it is built in Delphi! The Cue Player family of professional grade software for theater includes Cue Player Premium and…
Quickly Parse HTML And XML With BeautifulSoup Python Library In Delphi And C++ Windows Apps
December 21, 2020
We know how to load and display Web content or local files in Delphi using TWebBrowser. It offers support for the basic functions of a browser, such asnavigateto URL,go back,go forward, along withspecific events. How about the web scrapping in Delphi using the Python BeautifulSoup library? Sounds Interesting? Yes, with the help of Python4Delphi we can scrap the web…
Create Robust Enterprise-Grade Windows Applications With The Enterprise Connectors For Delphi
December 21, 2020
Rapidly create and deploy powerful Delphi & C++ Builder Apps with native and feature-rich high-performance Data Access Components.
What can you do with these components?
Create Big Data & NoSQL Applications with Delphi/C++ BuilderGet Access to Marketing tools…
Learn Advanced FireMonkey Development For Building Visually Stunning GUIs On Linux
December 21, 2020
Jim McKeeth, Ian Barker, and Frank Lauter discuss the benefits of FireMonkey on Linux and all the exciting things FMXLinux can do for your projects in this CodeRage session.
FireMonkey for Linux, also known as FMXLinux, is an add-on component that is made available…
Easily Implement Robust Binary Large Object (BLOB) Streaming With FireDAC In Delphi
December 20, 2020
TheBlobssample shows you how to create a BLOB stream for reading and/or writing the value of a specificBLOB fieldon a specific record. To this end, the sample uses theCreateBlobStreammethod ofTFDQueryto create a read-only BLOB stream. In this sample, the BLOB stream is used to read the picture contained on eachBLOB fieldof each record of…
Discover How To Easily Manage Database Transactions In Delphi On Windows
December 19, 2020
To this end, the sample makes use of the following properties and methods ofIFDPhysTransaction:
TheIsolationproperty, which is used for setting up the transaction isolation level for the transactions that FireDAC…
Embarcadero Dev C++: Successfully Modernizing A Popular Windows C++ IDE
December 19, 2020
In October of 2020, Embarcadero sponsored and released a new fork version 6.0 of Dev C++ with improvements that included an updated GCC 9.2.0 compiler with support for Windows 10 and C++17/C++20, high DPI, UTF8 files and improved icons, and a dark theme option. An earlier…
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…