Opened 16 years ago
Closed 16 years ago
#675 closed Bug (No Bug)
Bug in _Date_Time_CompareFileTime
Reported by: | 2olg@… | 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)
comment:1 follow-up: ↓ 2 Changed 16 years ago by Valik
comment:2 in reply to: ↑ 1 ; follow-up: ↓ 3 Changed 16 years ago by anonymous
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:3 in reply to: ↑ 2 Changed 16 years ago by anonymous
With English same problems. Thank you.
comment:4 Changed 16 years ago by Gary
- Resolution set to No Bug
- Status changed from new to closed
The params for this function take structures to the file time, not strings to the file.
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
Based on your example code... Yeah. About that example code, where is it?