Custom Query (3921 matches)
Results (370 - 372 of 3921)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1374 | No Bug | FileGetShortName returns wrong result on Win7 | ||
| Description |
$sFilename = "c:\test.par2" $output = $sFilename & @crlf & FileGetShortName($sFilename) ConsoleWrite($output & @crlf) Returns c:\test.par2 c:\TEST~1.PAR on Win7. On XP same code returns c:\test.par2 c:\test.par2 as expected. |
|||
| #1383 | No Bug | AU3Check: false warning. | ||
| Description |
#Region ;**** Directives created by AutoIt3Wrapper_GUI **** #AutoIt3Wrapper_Au3Check_Stop_OnWarning=y #AutoIt3Wrapper_Au3Check_Parameters=-d -w 1 -w 2 -w 3 -w 4 -w 5 -w 6 #EndRegion ;**** Directives created by AutoIt3Wrapper_GUI **** Global $var1 $var1 = 0 Func fun() Local $var2 $var2 = 0 EndFunc fun() ;~ (?) WARNING: $var2: declared, but not used in func. ;~ >"C:\...\AutoIt3\SciTE\AutoIt3Wrapper\AutoIt3Wrapper.exe" /run /prod /ErrorStdOut /in "C:\...\_TEST_2.au3" /autoit3dir "C:\...\AutoIt3" /UserParams ;~ +>19:57:35 Starting AutoIt3Wrapper v.2.0.0.3 Environment(Language:0409 Keyboard:00000409 OS:WIN_XP/Service Pack 3 CPU:X86 OS:X86) ;~ >Running AU3Check (1.54.19.0) params:-d -w 1 -w 2 -w 3 -w 4 -w 5 -w 6 from:C:\...\AutoIt3 ;~ C:\...\_TEST_2.au3(9,13) : WARNING: $var2: declared, but not used in func. ;~ Local $var2 ;~ ~~~~~~~~~~~^ ;~ C:\...\_TEST_2.au3 - 0 error(s), 1 warning(s) ;~ ->19:57:35 AU3Check ended.rc:1 ;~ +>19:57:37 AutoIt3Wrapper Finished ;~ >Exit code: 0 Time: 2.215 |
|||
| #1385 | No Bug | AV scan by Comodo Internet Security | ||
| Description |
Further to my previous message...Here are some more details... In an AV Scan of the whole drive Comodo Internet Security found these 2 offenders.
Location Threat Name
C:\Program Files\Accessories\AutoIt3 Please let me have your thoughts on this Cheers John |
|||
