Marco Tech Blog

October, 2018

Blog posts archive for the given month, sorted by date. See the link for entire blog archive above.


The Delphi Compiler and UTF-8 Encoded Source Code Files With no BOM

While the Delphi compiler can handle both ANSI and Unicode source code files, there are scenarios causing trouble, namely UTF-8 files with no BOM. The solution is simple, once you know about the issue. -- Read blog post.

Embarcadero Releases AppAnalytics Server Source Code

AppAnalytics server source code is being released with a Free Commercial License via GetIt. The clients are available as part of VCL and FireMonkey. -- Read blog post.

Windows 10 October 2018 Update

This month Microsoft has released a new update of Windows 10 and RAD Studio is ready for it. -- Read blog post.

Directions for ARC Memory Management in Delphi

With the coming 10.3 release, RAD Studio R&D and PM teams are making Delphi's new directions in memory management official. -- Read blog post.

Introducing Inline Variables in the Delphi Language

The coming 10.3 version of Delphi introduces a very handy feature to the language, local inline variables with local scope and type inference. -- Read blog post.