Custom Query (3926 matches)
Results (49 - 51 of 3926)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1962 | Duplicate | Au3Record.exe miss MSVCR100.dll | ||
| Description |
Au3Record.exe miss MSVCR100.dll |
|||
| #1429 | Rejected | Change return value of FileGetSize() on failure. | ||
| Description |
Please change the return value of FileGetSize() to -1 when failure occurs. This would make more sense as it is also the way that DirGetSize() works. Consider the following code. If Not FileGetSize($sFile) Then FileDelete($sFile) This code will delete a file if its size is 0. Unfortunately, it would also delete the file if FileGetSize() failed for any reason. Changing the failure return value to -1 would avoid this problem since Not(-1) = False. |
|||
| #2133 | Rejected | Update the @OSVersion on 3.3.12.1 | ||
| Description |
Is it possible for you to update the @OSVersion Macro on the 3.3.12.1 because those of us who are still using it to support the older systems can use this Macro to find out if the user is running the program on newer system. |
|||
