Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (292 - 294 of 3897)

Ticket Resolution Summary Owner Reporter
#1031 Fixed _ClipBoard_SetData inconsistency with new _ClipBoard_GetData Jpm Ascend4nt
Description

Not sure if this is the place to put this, but this isn't really a feature request, and isn't quite (but-almost-is) a bug. It has to do with the new _ClipBoard_GetData changes made for AutoIT v3.3.1.2. See ticket #1028 @ http://www.autoitscript.com/trac/autoit/ticket/1028.

This new version allows Binary or String input, to match the output of _ClipBoard_GetData. (It also allows the special NULL case which has something to do with the program handling Clipboard requests itself).

While this may break some code, it makes sense to me to keep it consistent with the return values of _ClipBoard_GetData, and avoids the confusing mess of allocating memory prior to a call.

I'm attaching the new (tested) code.

#1033 Fixed UDF's missing @error checks after DLLCalls() Valik Ascend4nt
Description

I've gone through and compiled a list of all standard include UDF's (as of version 3.3.0.0) that are missing @error checks after DLLCall's, where either the return 'array' or a passed structure is accessed after. It's a big list, so I wish you the best of luck in getting this worked out.

*ALSO another problem, many are using ANSI calls rather than Unicode (wide calls). I've marked down as much info regarding this as possible

Note: Some additional details are added for certain functions. Most are only 1 DLL Call, some are more - I commented on some, but there may be more than one DLLCall on some I didn't comment on.

[I'm attaching the file instead because the double underscored functions are being messed up by the issue tracker here]

#1036 Fixed InetClose and InetGetInfo error in compiled script (not in uncompiled script) Valik Pinchly
Description

InetClose throws the error "Unknown function name" when a beta v3.3.1.1 compiled script is executed. It's okay if the script is run uncompiled.

Same thing for InetGetInfo(handle, 2). Just try the sample script in the v3.3.1.1 beta help file for InetGetInfo.

From _DebugBugReportEnv(): Environment = 3.3.1.1 Compiled under WIN_7 X86

Note: See TracQuery for help on using queries.