[fpc-devel] How to move this, but in FPC 32bit?
Marco van de Voort
fpc at pascalprogramming.org
Wed Nov 14 13:45:42 CET 2018
Op 2018-11-14 om 13:44 schreef Ozz Nixon:
> Thank you all ... I am on the road, when I get back, I will track down
> TUnitHeader, TObjectTypeDefinition, TOrdinalTypeDefinition - and post
> those structures. My problem was changing the above to simple:
> PreviousUnitAddressOffset:=TUnitHeader.PreviousUnitAddress;
>
> does not work, I think they are constants - I will have to dig back
> through the code. (It's from 1995, written by Anders Hejlsberg, so it
> does a lot of odd ASM things).
>
Internal identifiers are not always the same between FPC and Delphi. It
might not be possible at all, so you need to find out why these are needed.
More information about the fpc-devel
mailing list