While looking into upgrading the FastMM4 version in Embarcadero Dev-C++ I ran across a fork of FastMM4 called FastMM4-AVX. It uses special instruction sets to achieve better results than the original FastMM4. Developer maximmasiutin has added a number of enhancements to the original FastMM4 specifically “AVX support and multi-threaded enhancements (faster locking)”. It claims…
Syntax Highlighting Editors In Delphi & C++Builder On Windows
August 20, 2020
A popular syntax highlighting editor for Delphi is called TSynEdit. This post is mainly focused on the various forks of TSynEdit and which one you might want to use in your own projects. The Dev C++ project uses TSynEdit which needed to be upgraded when it was lifted from…
I ran across this post over on StackExchange where Danny Thorpe, one of the original Delphi 1 team members, recounts the effort that went into the research and development behind the creation of Delphi 1.
Enjoy!
“Delphi 1.0 was released Feb 14, 1995. By my (now…
Robust and Powerful Pascal Analyzer for Delphi on Windows
August 17, 2020
Pascal Analyzer, orPALfor short, is a utility program that analyzes, documents, debugs, and helps you optimize your source code.
Pascal Analyzer makes a static code analysis. It only needs the source code, unlike other similar tools that perform an analysis of the running program.
We think that PAL will help you better understand your code and support you in producing code of…