On Fri, 8 Jun 2007, [EMAIL PROTECTED] wrote:

> In a delphi app I came across the following syntax;
> 
>     with PropInfo^, PropType^^ do
> 
> Which results in a "Error: Illegal qualifier". Has anyone an idea of what
> is meant here and how to port that to FPC? I'm puzzled.

There is an extra (or was it one less ?) dereference needed for 
PropInfo^, I think. This is a known issue, which we're not going 
to solve: it has to do with the internal storage of the RTTI 
information.

People should use the functions in the TypInfo unit to retrieve
this information. You can find there what the exact difference is
between FPC/Delphi structures. AFAIK there is only 1.

Michael.
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to