Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (70 - 72 of 3866)

Ticket Resolution Summary Owner Reporter
#371 Fixed _GDIPlus_Startup() returns wrong boolean value Gary wraithdu
Description

The GdiplusStartup() function returns 0 on success, so the last line of _GDIPlus_Startup() should be

Return $aResult[0] == 0
#388 Fixed _GUICtrlToolbar_SetButtonSize example in helpfile incorrect Gary volly
Description

Example for _GUICtrlToolbar_SetButtonSize does not show command being used. It shows $aSize = _GUICtrlToolbar_GetButtonSize ($hToolbar). This example is for _GUICtrlToolbar_GetButtonSize. Latest beta helpfile also has error.

#390 Fixed Bugfix in visa.au3 Gary jdoering@…
Description

In the visa.au3 not only the DLLCall for viQueryf needs the int:cdecl declaration but also the viPrintf DLLCall. So the calls must look like this: ((( $a_results = DllCall("visa32.dll", "int:cdecl", "viPrintf", "int", $h_session, "str", "%s", "str", $s_command) )))

Note: See TracQuery for help on using queries.