Opened 18 years ago
Closed 18 years ago
#34 closed Bug (Works For Me)
Pixelchecksum returns wrong values
| Reported by: | Owned by: | Jon | |
|---|---|---|---|
| Milestone: | Component: | AutoItX | |
| Version: | 3.2.10.0 | Severity: | |
| Keywords: | Cc: |
Description
Hello,
I developed an application with visual c# under windows xp. This program uses autoitx3.dll. Everything worked fine until I upgraded the system. With the new cpu (64 bit) - still under xp - the pixelchecksum function (aprox. in the half of the cases) returns wrong values (-2147483648).
After this, I tried the program on two more machines with Intel P4 cpu, and the results was the same.
I tested the checksum at these machines with autoit main too, and that worked perfectly. So I think the problem is in autoitx.
Attachments (1)
Change History (3)
comment:1 by , 18 years ago
by , 18 years ago
| Attachment: | AutoItXTest.au3 added |
|---|
comment:2 by , 18 years ago
| Resolution: | → worksforme |
|---|---|
| Status: | new → closed |
With the above attached file, since you didn't provide one, it runs fine on 64-bit Windows running with 32-bit AutoIt/AutoItX. I'm marking this as works for me.

Replying to stevy80@gmail.com:
You have to know tha tautoitX3 have not be ported to X64. So certainly tou get a crash looks to me as the result of the -2147483648. Jon will confirm