Custom Query (3927 matches)
Results (277 - 279 of 3927)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #278 | No Bug | Au3Check reporting syntax errors on dictionary object. | ||
| Description |
It reported this as a syntax error, but the code seems to be working fine:
|
|||
| #279 | Rejected | AddressOfVar($VariableName), SizeOfVar($VariableName) | ||
| Description |
These new functiona will return memory Address/Size Of given AutoIt's Variable so we can use some pointers/typecast tricks. For example create structure "over" that memory and then get data in another type $MemPointer = AddressOfVar($a)
$MemSize = SizeOfVar($a)
$struct = DllStructCreate("byte[" & $MemSize & "]", $MemPointer)
$data = DllStructGetData($struct, 1)
I'm sure there will be another uses of this functionality together with AutoIt's DllCall() and structures and memory API functions. |
|||
| #280 | No Bug | built-in scite lite is not showing autocomplete-tooltip for variables | ||
| Description |
if i want to write a variable, that is already designed, there is no autocomplete-popup. (release candidate 4) |
|||
Note:
See TracQuery
for help on using queries.
