May 2014 - Posts
I recently stumbled across undocumented Delphi directives that were used to set the PE OS headers. They are as follows: Compiler directive usage SETPEOSVERSION...
Read more...
In Delphi XE2, the compiler declares 2 additional intrinsic routines that are undocumented. They are ReturnAddress and AddressOfReturnAddress. They behaved...
Read more...
In Delphi XE5, the align directive was introduced, and is undocumented. The new directive, align, is placed at the end of a record declaration, with a...
Read more...