Custom Query (3917 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (340 - 342 of 3917)

Ticket Resolution Summary Owner Reporter
#611 No Bug This caused crashing: $pcLocked = DllCall("user32","Long","OpenInputDesktop") ducjava@…
Description

This caused crashing: $pcLocked = DllCall("user32","Long","OpenInputDesktop")

It was running fine with AutoIt v3.2.0.1, but crashed in v3.2.12.1

Please reply me if you know the problem. Thanks.

#612 Rejected Need AutoIT to output DLL susan.llewellyn@…
Description

Currently, AutoIT v3 supports creating an EXE. I need a way to create a DLL that will allow me to use my scripted routines in a model-based testing scheme.

Thanks! -Su

#613 No Bug Obfsucator Stripping ObjEvent functions tulio150
Description
ObjEvent($obj, "Prefix", "Something")
Func PrefixEvent()
	$obj.action()
EndFunc
Func Prefix()
	$obj.otherAction()
EndFunc

Running Obfuscator will remove the "PrefixEvent" UDF, but not the "Prefix"

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.