Opened 16 years ago
Closed 16 years ago
#960 closed Feature Request (Rejected)
AutoIT v3 Windows info and AutoIT API having problem with handler in x86_64 envirronement
Reported by: | maxistedeams@… | Owned by: | Jos |
---|---|---|---|
Milestone: | Component: | SciTE4AutoIt | |
Version: | Severity: | None | |
Keywords: | x86_64 | Cc: |
Description
Hi,
I did not take time to look all the error bug, but this one is essentially minor or quite interresting, when We extract Handle information for Any Windows reported by AutoIt Windows Info which is consist into following statement :
All information coming from AutoIT Windows info are potentially wright with x86_64 architecture envirronement, but when it's the time to pass information to a validation process like "IsHWnd($hWnd)", it return false as long I did not format information into IsHWnd( StringFormat( "0x%08d", $input ) )...
Also all handler coming from AutoIt Windows Info are formated into "0x%016d" and not 8...
Also, I suggest something crude to fix that is to force compilation over 64 bits, like openning SciTE4AutoIt3 with tools like Reshack or any header inspector tools and adding "/x64" for applying compilation over 64 bits...
But is there formal way to correct architecture problems... If I'm working to port everything over ARM or MIPS, should I had to put hand on a talk to exchange with processor preferences windows with SciTE4AutoIt3 ?
Attachments (0)
Change History (1)
comment:1 Changed 16 years ago by Valik
- Resolution set to Rejected
- Status changed from new to closed
- Version 3.3.0.0 deleted
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
You seem incredibly confused. I think you need to be posting on the forum to sort out whatever issue it is you have.