Opened 17 years ago
Closed 17 years ago
#675 closed Bug (No Bug)
Bug in _Date_Time_CompareFileTime
| Reported by: | Owned by: | ||
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | 3.2.13.10 | Severity: | None |
| Keywords: | _Date_Time_CompareFileTime | Cc: |
Description
Have a russian message, but try translate:
AutoIt v3: autoit3.exe
Application error Instruction at address 0x7c810b74 can't read memory 0x000000.
Error generated after compare network filedatetime
"
comp\u$\dir\file1.ext" and "
comp\u$\dir\file2.ext"
Starting AutoIt3Wrapper v.1.10.1.13 Environment(Language:0419 Keyboard:00000409 OS:WIN_XP/Service Pack 3 CPU:X86 ANSI)
Running AU3Check (1.54.14.0) from:C:\Program Files\AutoIt3
+>16:58:39 AU3Check ended.rc:0
Running:(3.2.13.10):C:\Program Files\AutoIt3\autoit3.exe "
comp\u$\Modules\au.au3"
!>17:01:57 AutoIT3.exe ended.rc:-1073741819
+>17:01:58 AutoIt3Wrapper Finished
Exit code: -1073741819 Time: 199.254
I'am use last stable. Also try beta AutoIt.
Attachments (0)
Change History (4)
follow-up: 2 comment:1 by , 17 years ago
follow-up: 3 comment:2 by , 17 years ago
Replying to Valik:
Based on your example code... Yeah. About that example code, where is it?
For example this code also generate error(have russian chars):
#include <GuiConstantsEx.au3>
#include <Date.au3>
#include <WindowsConstants.au3>
if _Date_Time_CompareFileTime("\\qmt\U$\QMT\Repsonse\Олг_Валентинович_10070.rar", "\\qmt\U$\QMT\Repsonse\Олг_Вал_10070.rar")=-1 then
ConsoleWrite("F")
endif
comment:4 by , 17 years ago
| Resolution: | → No Bug |
|---|---|
| Status: | new → closed |
The params for this function take structures to the file time, not strings to the file.

Based on your example code... Yeah. About that example code, where is it?