Author: Germán Estévez
Completamos con esta entrada la serie sobre test unitarios, centrándonos en el Framework DUnitX, que es el que actualmente embarcadero recomienda y se incluye en las últimas versiones de Delphi.
Test Unitarios; Introducción (Entrega 1)
Test…
I’ve always been fascinated by encryption & compression, but my favorite is probably the cryptographic hash function. A hash function is a one-way algorithm that takes an input of any size and always produces the same size output. It is one-way in that there is…
Earlier this week we released a patch for Delphi, C++Builder and RAD Studio 10.2.3 that adds support for building iOS 11.3 applications for Development, App Store, Ad Hoc or In-House Distribution.
This patch fixes the following publicly reported issues:
RSP-20268
RSP-20303
RSP-20342
RSP-20346
Click here to download the patch.
With Rad’s Studio Application Builder Software, you can make apps…
A little fun with Delphi for today’s Star Wars day!
This is a pretty simple 3D form with a 3D layout at an angle, and then a 2D layout with text and images is animated up the 3D layout. The only code is populating the labels as the animation kicks off…
The RAD Studio IDE contains a toolbar allowing you to log on to Community, and see messages sent to you by other users, questions and answers, andother notifications.
Recent website upgrades have caused issues with this toolbar for some users (now resolved), and we…
In the world of software development, we are up against new cyber security threats each day, and the risks and consequences of un-secure software is too great to be unaware of.
Join presenter, Mary Kelly, to address the key security sins related to C++ applications, how they happen and how to resolve them.
Click on the link to the webinar replay below :
C++ Software Security Sins
Buffer…
Providing your application menu on the home/main screen is a popular design pattern used in many applications today. It is especiallyuseful in mobile applications where screen real estate is limited. Home screen navigationcan be used by itselfto serve as…
Embarcadero hashad a free download of our C++ compiler andRTL (capable of making Win32 apps) for many years, going back into the Borland days. (In fact, Idera as a company likes providing free tools – check out some of the others here.) We aim to keep…
In 10.2.3, there is an issue affectingmethods using the fastcall calling convention that allocate 4KB or more on the stack inside the method. The stack allocation could result in the ‘this’ pointer containing an incorrect value. This was reported as:
RSP-20171
RSP-20297 and RSP-20173 (duplicate reports)
You can download the hotfix from CodeCentral.
Technical info
For…