Modify

Opened 17 years ago

Closed 17 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 by Valik, 17 years ago

Resolution: Rejected
Status: newclosed
Version: 3.3.0.0

You seem incredibly confused. I think you need to be posting on the forum to sort out whatever issue it is you have.

Modify Ticket

Action
as closed The owner will remain Jos.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.