Rocksolid Light

News from da outaworlds

mail  files  register  groups  login

Message-ID:  

BOFH excuse #127: Sticky bits on disk.


comp / comp.lang.tcl / Re: TWAPI on Windows Arm64

SubjectAuthor
* TWAPI on Windows Arm64Michael Niehren
`* Re: TWAPI on Windows Arm64Ashok
 `* Re: TWAPI on Windows Arm64Michael Niehren
  `- Re: TWAPI on Windows Arm64Ashok

1
Subject: TWAPI on Windows Arm64
From: Michael Niehren
Newsgroups: comp.lang.tcl
Organization: www.abavia.com
Date: Tue, 17 Dec 2024 11:36 UTC
From: michael@niehren.de (Michael Niehren)
Subject: TWAPI on Windows Arm64
Newsgroups: comp.lang.tcl
Reply-To: michael@niehren.de
Date: Tue, 17 Dec 2024 12:36:35 +0100
User-Agent: KNode/0.10.9
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7Bit
Message-ID: <nnd$67068148$0ba3ba66@f291449c84ee7c6e>
Organization: www.abavia.com
Path: eternal-september.org!news.eternal-september.org!feeder3.eternal-september.org!news.gegeweb.eu!gegeweb.org!usenet-fr.net!feeder1-2.proxad.net!proxad.net!feeder1-1.proxad.net!193.141.40.65.MISMATCH!npeer.as286.net!npeer-ng0.as286.net!peer03.ams1!peer.ams1.xlned.com!news.xlned.com!peer02.ams4!peer.am4.highwinds-media.com!news.highwinds-media.com!feeder2.feed.ams11.usenet.farm!feed.usenet.farm!feed.abavia.com!abe005.abavia.com!abp003.abavia.com!reseller!not-for-mail
Lines: 18
Injection-Date: Tue, 17 Dec 2024 12:36:35 +0100
Injection-Info: reseller; mail-complaints-to="abuse@abavia.com"
X-Received-Bytes: 1113
View all headers

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

Subject: Re: TWAPI on Windows Arm64
From: Ashok
Newsgroups: comp.lang.tcl
Organization: A noiseless patient Spider
Date: Mon, 23 Dec 2024 15:50 UTC
References: 1
Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: apnmbx-public@yahoo.com (Ashok)
Newsgroups: comp.lang.tcl
Subject: Re: TWAPI on Windows Arm64
Date: Mon, 23 Dec 2024 21:20:12 +0530
Organization: A noiseless patient Spider
Lines: 21
Message-ID: <vkc0rl$190ba$1@dont-email.me>
References: <nnd$67068148$0ba3ba66@f291449c84ee7c6e>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Mon, 23 Dec 2024 16:50:13 +0100 (CET)
Injection-Info: dont-email.me; posting-host="52cc210ad895b9e1cca4673986f73ff9";
logging-data="1343850"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18xp5VY9Tr7y4vq8MXOVPTC"
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:0CkGP4AZcJP7AwyxUMWgFy3sk4Y=
In-Reply-To: <nnd$67068148$0ba3ba66@f291449c84ee7c6e>
Content-Language: en-US
View all headers

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
>

Subject: Re: TWAPI on Windows Arm64
From: Michael Niehren
Newsgroups: comp.lang.tcl
Organization: www.abavia.com
Date: Tue, 24 Dec 2024 14:51 UTC
References: 1 2
From: michael@niehren.de (Michael Niehren)
Subject: Re: TWAPI on Windows Arm64
Newsgroups: comp.lang.tcl
Reply-To: michael@niehren.de
Date: Tue, 24 Dec 2024 15:51:57 +0100
References: <nnd$67068148$0ba3ba66@f291449c84ee7c6e> <vkc0rl$190ba$1@dont-email.me>
User-Agent: KNode/0.10.9
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7Bit
Message-ID: <nnd$1c002696$7927d8bf@9d6401102dd39923>
Organization: www.abavia.com
Path: eternal-september.org!news.eternal-september.org!feeder3.eternal-september.org!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!feeder2.feed.ams11.usenet.farm!feed.usenet.farm!feed.abavia.com!abe005.abavia.com!abp001.abavia.com!reseller!not-for-mail
Lines: 34
Injection-Date: Tue, 24 Dec 2024 15:51:57 +0100
Injection-Info: reseller; mail-complaints-to="abuse@abavia.com"
View all headers

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

> 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
>>

Subject: Re: TWAPI on Windows Arm64
From: Ashok
Newsgroups: comp.lang.tcl
Organization: A noiseless patient Spider
Date: Sat, 28 Dec 2024 05:37 UTC
References: 1 2 3
Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: apnmbx-public@yahoo.com (Ashok)
Newsgroups: comp.lang.tcl
Subject: Re: TWAPI on Windows Arm64
Date: Sat, 28 Dec 2024 11:07:45 +0530
Organization: A noiseless patient Spider
Lines: 28
Message-ID: <vko2r9$5v8p$1@dont-email.me>
References: <nnd$67068148$0ba3ba66@f291449c84ee7c6e>
<vkc0rl$190ba$1@dont-email.me> <nnd$1c002696$7927d8bf@9d6401102dd39923>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Sat, 28 Dec 2024 06:37:45 +0100 (CET)
Injection-Info: dont-email.me; posting-host="540516d62f5f9fc1e21e585469ad8ffd";
logging-data="195865"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/vc9xs+5ORWk/DMxFDAxyV"
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:siOjt8EF+3dlkdJvExgow+XgYfs=
Content-Language: en-US
In-Reply-To: <nnd$1c002696$7927d8bf@9d6401102dd39923>
View all headers

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
>

1

rocksolid light 0.9.8
clearnet tor