Re: [fpc-devel] How to move this, but in FPC 32bit?

2018-11-14 Thread Ralf Quint
On 11/14/2018 4:45 AM, Marco van de Voort wrote: 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

Re: [fpc-devel] How to move this, but in FPC 32bit?

2018-11-14 Thread Marco van de Voort
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:  

Re: [fpc-devel] How to move this, but in FPC 32bit?

2018-11-14 Thread 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

Re: [fpc-devel] How to move this, but in FPC 32bit?

2018-11-13 Thread Ralf Quint
On 11/12/2018 7:37 AM, Ozz Nixon wrote: I have these last couple of lines to port to FPC -Mdelphi, but everything I try fails... Asm     MOV PreviousUnitAddressOffset, TUnitHeader.PreviousUnitAddress     MOV PreviousLibraryUnitAddressOffset, TUnitHeader.PreviousLibraryUnitAddress     MOV

Re: [fpc-devel] How to move this, but in FPC 32bit?

2018-11-12 Thread Sven Barth via fpc-devel
Am Di., 13. Nov. 2018, 00:05 hat Ozz Nixon geschrieben: > Its part of 30+ units. In the main units Initialization... > We can't help you if we don't have a complete code snippet that should compile as only then we can test it ourselves. Otherwise we e.g. need to guess the types of the

Re: [fpc-devel] How to move this, but in FPC 32bit?

2018-11-12 Thread Ozz Nixon
Its part of 30+ units. In the main units Initialization... On Mon, Nov 12, 2018 at 6:03 PM Ozz Nixon wrote: > Its from D7... and does compile. > > On Mon, Nov 12, 2018 at 5:59 PM Marco van de Voort < > c...@pascalprogramming.org> wrote: > >> >> Op 11/12/2018 om 4:37 PM schreef Ozz Nixon: >> >>

Re: [fpc-devel] How to move this, but in FPC 32bit?

2018-11-12 Thread Ozz Nixon
Its from D7... and does compile. On Mon, Nov 12, 2018 at 5:59 PM Marco van de Voort < c...@pascalprogramming.org> wrote: > > Op 11/12/2018 om 4:37 PM schreef Ozz Nixon: > > I have these last couple of lines to port to FPC -Mdelphi, but everything > I try fails... > > > Well, it doesn't compile

Re: [fpc-devel] How to move this, but in FPC 32bit?

2018-11-12 Thread Marco van de Voort
Op 11/12/2018 om 4:37 PM schreef Ozz Nixon: I have these last couple of lines to port to FPC -Mdelphi, but everything I try fails... Well, it doesn't compile in delphi either. Seems it is not a complete program. ___ fpc-devel maillist -

[fpc-devel] How to move this, but in FPC 32bit?

2018-11-12 Thread Ozz Nixon
I have these last couple of lines to port to FPC -Mdelphi, but everything I try fails... Asm MOV PreviousUnitAddressOffset, TUnitHeader.PreviousUnitAddress MOV PreviousLibraryUnitAddressOffset, TUnitHeader.PreviousLibraryUnitAddress MOV AncestorTypeDefinitionOffset,