Custom Query (3921 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (358 - 360 of 3921)

Ticket Resolution Summary Owner Reporter
#3626 Fixed Examples not working Jpm anonymous
Description

_WinAPI_GetSaveFileName - Example errors if you hit Cancel on the save dialog. _GUICtrlRichEdit_AutoDetectURL - Example doesn't work on 32 bit.

#3625 No Bug DllStructGetData() does not retrieve whole string containing null characters from array of WCHARs/CHARs tukangusil7
Description

See my question on https://www.autoitscript.com/forum/topic/193532-is-it-possible-to-get-the-whole-string-containing-null-characters-from-array-of-wchars/.

I consider this as a bug because DllStructGetData() should retrieve an array of WCHARs/CHARs as it is.

To reduce script breaking changes, DllStructGetData() should by default only remove the last null character (if any). I also suggest there is an optional parameter to specify whether DllStructGetData() retrieves an array of WCHARs/CHARs as it is (including null terminator).

When using Native API functions in AutoIt, I found the current DllStructGetData() limitation annoys me because one of the reason to use Native API functions (i.e. registry operations) is that the Native API functions can deal with string containing null characters, which is an important ability for security programs.

#3624 Wont Fix Ternary statement cannot be just an expression. genius257
Description
1==1?ConsoleWrite("yes"&@CRLF):ConsoleWrite("no"&@CRLF)
>"C:\Program Files (x86)\AutoIt3\SciTE\AutoIt3Wrapper\AutoIt3Wrapper.exe" /run /prod /ErrorStdOut /in "...\script.au3" /UserParams    
+>16:27:33 Starting AutoIt3Wrapper v.2.1.0.33    Environment(Language:0409  Keyboard:00000406  OS:WIN_7/Service Pack 1  CPU:X64 OS:X64)
>Running AU3Check (3.3.14.5)  from:C:\Program Files (x86)\AutoIt3
"...\script.au3"(1,56) : error: Statement cannot be just an expression.
1==1?ConsoleWrite("yes"&@CRLF):ConsoleWrite("no"&@CRLF)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
...\script.au3 - 1 error(s), 0 warning(s)
!>16:27:34 AU3Check ended. Press F4 to jump to next error.rc:2
>Exit code: 0    Time: 0.509

I've omitted script path from the output

It works when omitting the Au3Check #AutoIt3Wrapper_Run_Au3Check=N

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