Sujet : Re: TWAPI on Windows Arm64
De : apnmbx-public (at) *nospam* yahoo.com (Ashok)
Groupes : comp.lang.tclDate : 28. Dec 2024, 06:37:45
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vko2r9$5v8p$1@dont-email.me>
References : 1 2 3
User-Agent : Mozilla Thunderbird
I have really no idea. I was not even aware that ARM64 could run x64 binaries so that tells you the level of my knowledge :-)
Apparently, there is the Microsoft Compatibility Toolkit you can run on ARM64 that will tell you whether a binary is compatible and the reason why it is not. You need a ARM64 to run in though.
If you do find out, I'd be interested in knowing the answer.
There are a few API's that twapi uses that are not Win32, they are direct ntdll calls. It is possible the emulator does not support these. But that is only a wild guess.
/Ashok
On 12/24/2024 8:21 PM, Michael Niehren wrote:
I also have no ARM system here.
I am wondering that other modules compiled for x86/x64 are running fine only
TWAPI not. I cross-compile the other modules under Linux with mingw and use
your binary, all of them are x86/x64 compiled, so it seem's that Windows/ARM
use an x86 emulator.
Do you think it would be possible to cross compile TWAPI under Linux with
mingw too and would that help for using it under Windows/ARM ?
Michael