Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (49 - 51 of 3866)

Ticket Resolution Summary Owner Reporter
#50 Completed Handle COM Byte-Array Jon anonymous
Description

Reference: LDAP Byte return - is not recognized, Valik, Jon to analyzehttp://www.autoitscript.com/forum/index.php?showtopic=55646

Hoping to prompt continued consideration of jpm's ObjGetArray() or another solution...

...and to try out the new tracker.

:-)

#51 No Bug Problem with "Au3Check" and "IsDeclared" Holger
Description

Au3Check 'seems' to have a problem with correct checking of lines with "IsDeclared". Here a small example:

#include <GUIConstants.au3>

If Not IsDeclared("WM_COMMAND") Then Global Const $WM_COMMAND = 0x0111

Whith running these lines there is no problem only with checking. This is the output:

>C:\Userapps\AutoIt3\SciTE\..\au3check.exe "C:\Userapps\AutoIt3\test.au3"
AutoIt3 Syntax Checker v1.54.8  Copyright (c) Tylo 2007

C:\Userapps\AutoIt3\test.au3(3,71) : ERROR: $WM_COMMAND previously declared as a 'Const'
If Not IsDeclared("WM_COMMAND") Then Global Const $WM_COMMAND = 0x0111
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
C:\Userapps\AutoIt3\test.au3 - 1 error(s), 0 warning(s)
>Exit code: 2    Time: 0.328

Holger

#52 Fixed RegRead REG_MULTI_SZ AutoIt3_X64 Dr Watson Valik angrybuzzy@…
Description

Attempting to read a REG_MULTI_SZ value that exists but has no data on a 64 bit system causes AutoIt to crash with a Dr Watson.

Multiple systems tested. Windows Server 2003 64bit Std SP 1. Problem not seen on 32bit systems.

Faulting application AutoIt3_x64.exe, version 3.2.10.0, faulting module AutoIt3_x64.exe, version 3.2.10.0, fault address 0x0000000000048ecf.

Note: See TracQuery for help on using queries.