Open encryption standards are best for security and privacy most of the time. Pretty Good Privacy (PGP) standard specifies encryption formats to facilitate private messaging capabilities for email and other message encryption.
IPWorks OpenPGP is a complete set of components for email encryption and document protection. IPWorks OpenPGP implements the OpenPGP standard for encryption and…
Quickly Find Memory Leaks In Your Delphi And C++Builder Application With Deleaker Profiler
January 29, 2021
Deleaker is a popular extension for all major IDEs and a standalone application for memory leak detection. You can easily integrate into RAD Studio and find memory leaks within your Delphi and C++Builder applications.
Deleaker shows allocated memory, objects, handles, and…
Tutorial: C++ Background Compile With TwineCompile
January 29, 2021
Learn how to use the TwineCompile SORTA Automatic Background Compile feature of TwineCompile. Install TwineCompile via the GetIt Package Manager for C++Builder 10.4 with Update Subscription.
TwineCompile lists its features as:
Advanced compile system uses multi-threading…
XML Mapper is an updated version of the XML Mapper that ships with RAD Studio. With the XML Mapper, you can define the mappings between generic XML documents and the data packets that client datasets utilize.
XML Mapper can define mappings in 3 ways:
From an existing XML scheme to a client dataset that you defineFrom an existing data packet to a new XML scheme you defineBetween an existing…
Tutorial: Introduction To C++ Parallel Compilation With TwineCompile
January 26, 2021
Use TwineCompile to improve your C++Builder developer speed and productivity. TwineCompile is available via the GetIt Package Manager for 10.4 and newer with Update Subscription.
TwineCompile lists its features as:
Advanced compile system uses multi-threading technology and…
Build Visual Stunning Apps Faster With Less Code Using RAD Studio Architect Edition
January 25, 2021
See first hand how to develop faster with the extra features included in the RAD Studio Architect edition, including Aqua Data Studio, Sencha Ext JS, Ranorex. This low code RAD demo includes the development of Web, Mobile, and Desktop UI’s with a RESTful server. In the…
Introduction To Modern C++ With Tutorials
January 25, 2021
Hey, beginners, new C++ Developers, or Developers who want jump into the awesome C++ Builder world.
C++ Builder is the easiest and fastest C and C++ IDE for building simple or professional modern applications on the Windows, MacOS, iOS & Android operating systems. It is also easy for beginners to learn with its wide range of samples, tutorials, help files and LSP support for code. C++…
Ryzen 9 5950x: Parallel Compile 124 Windows C++ Projects In ~1 Minute With 16 Cores
January 22, 2021
Modern CPUs like the AMD Ryzen 9 5950x with their 16 cores and 32 threads offer a significant productivity boost when developing C++ projects for Windows. As we saw in the previous post (Compile 1 Million Lines Of C++ In ~2 Minutes With A 16 Core Ryzen 9 5950x) we were able…
Learn How Easy It Can Be To Update Your C++ Builder Projects With The Embarcadero Migration Team
January 18, 2021
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…
Easily Create Ultra-Fast C++ Applications With Low-Level libsimdpp Library In C++Builder
January 15, 2021
Single Instruction Multiple Data is a class of parallel computers. It represents computers with various processing components that perform the same work on multiple points simultaneously. Moreover, most recent CPU designs combine SIMD instruction to enhance the production of multimedia usage.
And you can utilize SIMD in your C++ Builder applications with thislibsimdppportable…