Re: [fpc-devel] RTTI question

2010-07-31 Thread Florian Klämpfl
Am 31.07.2010 02:06, schrieb Sergei Gorelkin: > Hello, > > I have discovered that the pointer returned by typeinfo() builtin in FPC > is very different from one returned in Delphi. What Delphi returns > points to rough equivalent of FPC's INIT$_ structure, so one > may examine the structure to fig

[fpc-devel] RTTI question

2010-07-30 Thread Sergei Gorelkin
Hello, I have discovered that the pointer returned by typeinfo() builtin in FPC is very different from one returned in Delphi. What Delphi returns points to rough equivalent of FPC's INIT$_ structure, so one may examine the structure to figure out the 'managed' fields. FPC, however, returns po