C++RAD Studio

Learn How Easy It Can Be To Update Your C++ Builder Projects With The Embarcadero Migration Team

Stephen, Mary, and Al are back and walk you through the process of modernizing and migrating a legacy C++ application to the new C++Builder 10.4, specifically incorporating InterBase and FireDAC connections, among other innovations. Yesterday’s Tools Won’t Cut It You’ve made the right choice to modernize your legacy apps! In order to be successful, you’ll need to upgrade to the…
Read more
DelphiRAD Studio

Quick Logger Is A Powerful Enterprise-Grade Asynchronous Logger For Delphi

Library for logging on files, console, memory, email, rest, event log, Syslog, slack, telegram, Redis, logstash, elasticsearch, influxdb, graylog, Sentry, Twilio, ide debug messages and throw events for Delphi Firemonkey (Windows/Linux/OSX/IOS/Android). Quick Loggeris asynchronous. All logs are sent to a queue and don’t compromise your application flow. You can define many providers…
Read more
DelphiRAD Studio

Quickly And Easily Hook Delphi And Windows API Functions With The DDetours Library

Hooking includes a range of methods for changing or expanding the behavior of an operating system, application, or other software parts by intercepting API function calls, messages, or events passed between software components. The code that controls such interception is called a hook. DDetoursis a library that allows you to insert and remove the hook from the function. It supports both…
Read more