View previous topic :: View next topic |
Author |
Message |
fade2gray Cheater
Reputation: 0
Joined: 01 Oct 2010 Posts: 30
|
Posted: Thu Sep 09, 2021 5:26 pm Post subject: Error when compiling Tutorial Games project1.lpi for CE7.3 |
|
|
OS: Win10 64bit
lazarus-2.0.10-fpc-3.2.0-win32.exe
lazarus-2.0.10-fpc-3.2.0-cross-x86_64-win64-win32.exe
Re: projet1.lpi - the 32bit executable compiles, but the 64bit fails with the following error ...
Code: | unit1.pas(98,43) Error: identifier idents no member "BaseOfData"
|
As a workaround, I imported the relevant files from 7.2 as a quick fix, but as I don't see anyone else having the same issue, I wonder if I'm doing something wrong?
Thanks for any advice.
|
|
Back to top |
|
 |
Y.A.K.E Advanced Cheater
Reputation: 0
Joined: 15 Jul 2019 Posts: 56
|
Posted: Sat Oct 30, 2021 4:14 am Post subject: |
|
|
64bit ,IMAGE_OPTIONAL_HEADER64 no hava BaseOfData
see:
github
issues/1794
|
|
Back to top |
|
 |
fade2gray Cheater
Reputation: 0
Joined: 01 Oct 2010 Posts: 30
|
Posted: Sat Oct 30, 2021 11:08 am Post subject: |
|
|
Hi Y.A.K.E
I read your comment on GitHub, but I'm not sure what you are trying to say.
Have you been able to compile gtutorial-x86_64.exe?
|
|
Back to top |
|
 |
|