Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (112 - 114 of 3866)

Ticket Resolution Summary Owner Reporter
#2128 Fixed mistake in help file guinness ffdshow
Description

In AutoIt Help file, Compiling Scripts with Aut2Exe->Method 3 - The Command Line->The Aut2Exe.exe program can be run from the command line as follows:

Aut2exe.exe /in <infile.au3> <outfile.exe> <iconfile.ico> 0-4 nopack [x64] <binfile.bin>

It's obvious that [x64] should be x64

#485 Fixed missing related links in helpfile Gary Zedna
Description

_WinAPI_CloseHandle _WinAPI_CreateFile _WinAPI_FlushFileBuffers _WinAPI_GetFileSizeEx _WinAPI_ReadFile _WinAPI_SetEndOfFile _WinAPI_SetFilePointer _WinAPI_WriteFile

All these "File operation" WinAPI functions should be linked each to other in their Related helpfile sections.

#567 No Bug missing function grzesiek
Description

Obfuscator does not add _GUICtrlListView_Sort() function to compiled script.

Example script:

#AutoIt3Wrapper_Run_Obfuscator=y
#Obfuscator_Parameters=/SO

#include <GuiListView.au3>
#include <GUIConstantsEx.au3>

$hGUI = GUICreate("")
$hListView = _GUICtrlListView_Create($hGUI, " ", 0, 0)
GUISetState()
_GUICtrlListView_RegisterSortCallBack($hListView)

Do
Until GUIGetMsg() = $GUI_EVENT_CLOSE

_GUICtrlListView_UnRegisterSortCallBack($hListView)
Note: See TracQuery for help on using queries.