﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1686	AU3_PixelSearch crashes with access violation at address 0x00000008	ufotds ~ gmail	Jpm	"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

"	Bug	closed	3.3.7.0	AutoItX	3.3.6.1	None	Fixed		
