Category: delphi
The Dynamic Link Library (DLL) is stored separately from the target application and shared among different applications, compared to Static Library. The DLL is the file extension on Windows …
If you are on the EMB subscription, you should recently get invitiation email to try the preview build – Delphi 10.2 Tokyo, which now supports 64-bit Linux server native …
In Delphi (Object Pascal), you can use the record keyword to define a C-like structure. For example, type data = record key: string; value: integer; end; It is interesting …
Given a 32-bit DWORD, and two threads A and B, do they require Mutex (exclusive resources) to read/write the High/Low DWORD respectively? e.g. Thread A reads two low bytes …
Fixinsight is a good Delphi static code analyser. It is easy to use and well integrated into the Delphi IDE. It supports up to the latest releases of Delphi, …