Stefan Glienke
Stefan Glienke
Following code is a simplified test case for this defect - originally found when trying to parse System.pas from Delphi 10.2 ``` unit Unit1; interface implementation procedure Foo; {$IFDEF CPUX86}...
This is inconsistent with say typedecl or method nodes: ``` xml //
I experience an exception (tried in Delphi 10.1 and 11) with the following code on Win64: ``` program TinyInvokeBug64bit; {$APPTYPE CONSOLE} uses System.SysUtils, Tiny.Rtti, Tiny.Invoke; type TEventArgs = record i:...
It seems the 64bit version of the DLL still contains the defect if the executable does not contain debug information. This is reproduceable with an empty VCL application that just...