Modify ↓
#1686 closed Bug (Fixed)
AU3_PixelSearch crashes with access violation at address 0x00000008
| Reported by: | ufotds ~ gmail | Owned by: | J-Paul Mesnage |
|---|---|---|---|
| Milestone: | 3.3.7.0 | Component: | AutoItX |
| Version: | 3.3.6.1 | Severity: | None |
| Keywords: | Cc: |
Description
Both the latest stable and beta versions (seems to be 3.3.5.6 older than stable) crash on this bit of C++ code (VC++ 2010):
#include <windows.h>
#include <AutoIt3.h>
int main()
{
POINT pPointResult;
AU3_PixelSearch( 0, 0, 500, 500, 0xFFFF00, 0, 1, &pPointResult );
return 0;
}
Other people have this issue, see:
http://www.autoitscript.com/forum/index.php?showtopic=98188
Attachments (0)
Change History (2)
follow-up: 2 comment:1 by , 16 years ago
| Milestone: | → 3.3.7.0 |
|---|---|
| Owner: | changed from to |
| Resolution: | → Fixed |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Fixed by revision [5893] in version: 3.3.7.0