Profiler and Memory Analysis Tools for Delphi – Stack Overflow
Lots of interesting profilers in [WayBack] Profiler and Memory Analysis Tools for Delphi – Stack Overflow: Non-unicode Delphi GpProfile by Primoz Gabrijelcic update gpProfile yourself as it is open...
View Article“Unexpected Memory Leak” after “MyTestApplication.exe: Memory Leak Detected”
Sometimes after a regular FastMM memory leak test report you get a dialog like this: --------------------------- Unexpected Memory Leak --------------------------- An unexpected memory leak has...
View ArticleDelphi run-time errors
Since I always forget where to get the full list: there is none in the documentation. Only parts. Usually the mapping is from run-time errors to exceptions: In addition, exceptions are converted to...
View ArticleParser generator toolset for Delphi (Yacc & Lex)
The most current Lex and Yacc for Delphi is [WayBack] GitHub – RomanYankovsky/ndyacclex: Parser generator toolset for Delphi (Yacc & Lex). It came up during a funny Twitter thread, where one of the...
View ArticleTestInsight: when you think the math does not add up…
You’d think the math does not add up: But it does: both “Success” and “Warnings” are counted as “passed”. TL;DR: ensure the yellow “Warning” triangle is enabled –jeroen
View ArticleDUnit with FastMM: Detecting memory leaks in individual tests.
Steps: Add the conditional define FASTMM to your project Ensure you have $(BDS)\source\DUnit\src in your search path in your project (as otherwise Delphi will pick the pre-built TestFramework.dcu file...
View ArticleDelphi 10.2 Tokyo and up compiler issue: incompatible with Delphi 1.10.1...
There is a very tricky compiler and IDE issue in Delphi 10.2 and up that on the compiler site behaves differently from Delphi 1.10.1 Berlin, and on the IDE side stays the same from Delphi 2005 on. The...
View ArticleSystem.TypInfo.SizeOfSet – RAD Studio API Documentation
This seems to have been introduced into Delphi Berlin: [WayBack] System.TypInfo.SizeOfSet – RAD Studio API Documentation. Maybe slightly earlier, but at least it was not documented in XE8 [WayBack]...
View ArticleSome links on the Delphi VolatileAttribute
Some links, because I had a hard time finding good documentation on VolatileAttribute (which is the name of the type; you use it as [Volatile] on variables, parameters and fields. TL;DR Volatile The...
View Articledelphi – How to embed the MIDAS.DLL in the client executable – Stack Overflow
I hardly use the [WayBack] TClientDataSet Class any more, so every once in a while I bump into a legacy project that does. Often that forgets provide a deployment list, so usually with deployment of...
View ArticleSome links on Flux outside React.js
The Flux architecture is often used in ReactJS, but there are also implementations outside that realm. So here are some links for my archive: React (web framework): Use of the Flux architecture –...
View ArticleSome links that might help use SonarQube with Delphi
For my link archive: SonarQube – Wikipedia [WayBack] GitHub – fabriciocolombo/sonar-delphi: SonarQube Delphi Plugin [WayBack] plugins – How to Configure SonarQube for delphi? – Stack Overflow [WayBack]...
View ArticleHowto create C-Header for Delphi/Free Pascal/Lazarus DLL – data types – Stack...
From a long time ago, but got a request for it a while ago is [WayBack/Archive.is] Howto create C-Header for Delphi/Free Pascal/Lazarus DLL – data types – Stack Overflow: I have used the below...
View ArticleThe Delphi Open Tools API Book 1.1 – Dave’s Development Blog
[WayBack] The Delphi Open Tools API Book 1.1 – Dave’s Development Blog Where is available open tools api book for download? A:David Hoyle has a great website and book....
View Articlewww.fmxrtl.com – BiDi support for Firemonkey
www.fmxrtl.com – BiDi support for Firemonkey [WayBack] Wayback Machine Arabic, Hebrew in FireMonkey! Don’t you wanted to use the fastest development environment, to make an for middle east? Now it is...
View ArticleThe Charlie Calvert “Here’s to Good Friends and New Adventures” article
Since this contains a list of contains from back then (20+ years ago!), I save it for future reference: [WayBack] Here’s to Good Friends and New Adventures I would like to make a very short list of the...
View ArticleEProgrammerNotFound exception in Delphi? – Stack Overflow
From a long while my answer to [WayBack] EProgrammerNotFound exception in Delphi? – Stack Overflow (I added the WayBack links) It was introduced in Delphi 2009, still present in Delphi 2010, and...
View ArticleWord for Mac 2011: create macro or shortcut to ‘Insert Picture – Microsoft...
As it combines VBA and AppleScript, I might need the script from this in the future [WayBack] Word for Mac 2011: create macro or shortcut to ‘Insert Picture – Microsoft Community. –jeroen
View ArticleSome links on Delphi compiler potential speed improvements…
A long time ago, there was an interesting blog post referenced from [WayBack] See how you can use Delphi’s upcoming new language feature to improve performance of your code. – Erik van Bilsen – Google+...
View ArticleInfusion pump and PCA (patient-controlled analgesia) calculation
This is a great PCA calculator: [Archive.is] CADD calculator 0.5BETA END USER Google Docs – Google Sheets Via: [WayBack] Verpleegkundige wiskunde met de PCA pomp. Of: hoe Bram’s PCA-calculator het...
View Article