Custom Query (3922 matches)
Results (379 - 381 of 3922)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #51 | No Bug | Problem with "Au3Check" and "IsDeclared" | ||
| Description |
Au3Check 'seems' to have a problem with correct checking of lines with "IsDeclared". Here a small example: #include <GUIConstants.au3>
If Not IsDeclared("WM_COMMAND") Then Global Const $WM_COMMAND = 0x0111
Whith running these lines there is no problem only with checking. This is the output: >C:\Userapps\AutoIt3\SciTE\..\au3check.exe "C:\Userapps\AutoIt3\test.au3"
AutoIt3 Syntax Checker v1.54.8 Copyright (c) Tylo 2007
C:\Userapps\AutoIt3\test.au3(3,71) : ERROR: $WM_COMMAND previously declared as a 'Const'
If Not IsDeclared("WM_COMMAND") Then Global Const $WM_COMMAND = 0x0111
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
C:\Userapps\AutoIt3\test.au3 - 1 error(s), 0 warning(s)
>Exit code: 2 Time: 0.328
Holger |
|||
| #663 | Fixed | AU3_PixelChecksum returns 0x80000000 if more than that | ||
| Description |
While making a c++ program to automate something, I ran into this problem. The DLL returns 0x8000000 if the checksum is more than that. I've searched the bug tracker for this problem and noticed a previous report where you wrote that it works for you. I've tried the same au3 script as was added to that report, and it doesn't end up with a value more than 0x80000000 so it doesn't cause the problem. However, the slightly modified version I've attached DOES cause the problem, using both 3.2.13.9 AND 3.2.12.1... The problem is, it doesn't cause the problem every time because each checksum is different. |
|||
| #684 | Rejected | ShellExecute() should return ProcessId instead of 1 if all is OK. | ||
| Description |
It would be easier to control the spawned process if the Pid is available. For compatibility reasons, you should introduce a sixth Parameter named showpid with the default of 0=no (return 1) |
|||
