Custom Query (3926 matches)
Results (187 - 189 of 3926)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1686 | Fixed | AU3_PixelSearch crashes with access violation at address 0x00000008 | ||
| 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 |
|||
| #1575 | No Bug | AURecord 3.3 -creates invalid calls to _WinWaitActivate | ||
| Description |
Having used AURecord for the first time, while compiling the script it created, I've encountered a compile error on calls to _WinWaitActivate() The actual code produced looks like this _WinWaitActivate("My Program V1.23 - ","ONLINE
Result")
The words "ONLINE" and "Result" are in the window of the program being automated, even though Record Window Text is un-checked in AURecord. The compile error produced is "Error: Unterminated String" |
|||
| #1042 | Wont Fix | AURecord has problems with save/save as | ||
| Description |
AutoIt3.exe 3.3.0.0 AU3Record.exe 3.1.1.0 Windows 2008 english 64-Bit "Save As" or "Save" in AU3Record.exe using the name "Test.au3" saves "b.au3" instead. Canceling "Save AutoIt Script" dialog saves(!) "l.au3" and so on. |
|||
