Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (178 - 180 of 3866)

Ticket Resolution Summary Owner Reporter
#1383 No Bug AU3Check: false warning. Jos anonymous
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
#1391 Fixed AU3Info Toolsbar page returns info allways on instance 1 instead of actual instance Jon junkew
Description

The AutoIT V3 info added the feature as described in ticket #140. Unfortunately it doesn't work to the full extend.

Steps to reproduce

  1. Open Internet Explorer (8.0) under Windows XP SP3 (Dutch)
  2. Activate in AU3Info the tab ToolsBar
  3. Hover with the finder tool of AU3Info over the different toolbars

When you hover over another instance like Advanced (Class): [CLASS:ToolbarWindow32; INSTANCE:7] you still get the information from instance 1 Advanced (Class): [CLASS:ToolbarWindow32; INSTANCE:1]

sidestep: when this gets fixed maybe look at http://www.autoitscript.com/forum/index.php?showtopic=107756 for additional things that can be spied on.

#2083 Fixed AU3Record.exe error "missing MSVCR100.dll" when trying to run it Valik BrewManNH
Description

When trying to run AU3Record.exe I get the following message.

The program can't start because MSVCR100.dll is missing from your computer. Try reinstalling the program to fix this problem.

If I use the version that shipped with 3.3.6.1 it works without a problem.

Note: See TracQuery for help on using queries.