Custom Query (3933 matches)
Results (283 - 285 of 3933)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1563 | No Bug | FileExists() returns false in error when x86-compiled script runs on x64 Win 7 | ||
| Description |
I have a 32-bit-compiled autoit script that is returning false in error when run on 64-bit Windows 7 for this code: {{ $Dir=@WindowsDir & "\System32\Drivers\mrxsmb10.sys" If FileExists($Dir) Then
Else
EndIf }} The file is physically in the above location (C:\Windows\System32\Drivers\Mrxsmb10.sys). When the script is compiled x86 (AutoIt 3360), it returns false (incorrect). If the same script is recompiled as x64(AutoIt 3360), it returns true (correct). Is this a bug or a 32 / 64-bit limitation? |
|||
| #1567 | No Bug | FileExists() returns false in error when x86-compiled script runs on x64 Win 7 | ||
| Description |
I have a 32-bit-compiled autoit script that is returning false in error when run on 64-bit Windows 7 for this code: {{ $Dir=@WindowsDir & "\System32\Drivers\mrxsmb10.sys" If FileExists($Dir) Then Msgbox(64,"File found","File '" & $Dir & "' Version " & FileGetVersion($Dir)) Else Msgbox(16,"Error","File '" & $Dir & "' not found.") EndIf }} The file is physically in the above location (C:\Windows\System32\Drivers\Mrxsmb10.sys). When the script is compiled x86 (AutoIt 3360), it returns false (incorrect). If the same script is recompiled as x64(AutoIt 3360), it returns true (correct). |
|||
| #1559 | Fixed | StringRegExpReplace - add Return Value in Helpfile | ||
| Description |
There are no Return Value in HelpFile for StringRegExpReplace. This may be added: Success: Returns array of matches. \0 contains input string. Failure/no match: Returns input string. |
|||
