[fpc-pascal] Typinfo incompatibilities between FPC and Delphi
Kenneth Cochran
kenneth.cochran at gmail.com
Sat May 31 05:53:11 CEST 2014
I'm attempting to port GExperts from Delphi to Lazaurus and noticed the
definition of TPropInfo differs from Delphi's.
In FPC's TPropInfo the PropType field is PTypeInfo whereas in Delphi it is
PPTypeInfo. I'm not sure what is actually gained by this extra level of
indirection but it exists none the less.
Are there any plans to update TPropInfo to be compatible with Delphi or do
I need to wrap dependent code with compiler conditionals?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20140530/44a7fd17/attachment.html>
More information about the fpc-pascal
mailing list