Sysop: | Amessyroom |
---|---|
Location: | Fayetteville, NC |
Users: | 28 |
Nodes: | 6 (1 / 5) |
Uptime: | 45:43:17 |
Calls: | 422 |
Calls today: | 1 |
Files: | 1,024 |
Messages: | 90,306 |
Hi,
is anybody using the twapi-Module on an Arm64-Windows ?
If i try to load it, i got the the following error:
() 1 % package require twapi
couldn't load
library "C:/Users/aschm/AppData/Local/Temp/TCL00004688/twapi_base64.dll": invalid argument
Do we need a special Version of the Module for Arm64-Windows ?
The module has version V4.7.2
best regards
Michael
Sorry, I do not have an ARM system, twapi is only built for x86/x64.
On 12/17/2024 5:06 PM, Michael Niehren wrote:
Hi,
is anybody using the twapi-Module on an Arm64-Windows ?
If i try to load it, i got the the following error:
() 1 % package require twapi
couldn't load
library "C:/Users/aschm/AppData/Local/Temp/TCL00004688/twapi_base64.dll":
invalid argument
Do we need a special Version of the Module for Arm64-Windows ?
The module has version V4.7.2
best regards
Michael
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