Custom Query (3910 matches)
Results (346 - 348 of 3910)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #347 | Rejected | Add _WinAPI_SetFilePointer | ||
| Description |
_WinAPI file-handling functions are very useful, but would be enhanced by including the SetFilePointer function. This would complete the functionality required to support random-access binary data files. |
|||
| #348 | No Bug | Compiler complains that $STDERR_MERGED is undefined global variable | ||
| Description |
The helps for Run indicate a new standard_i/o_flag option described below: 8 ($STDERR_MERGED) = Provides the same handle for STDOUT and STDERR. Implies both $STDOUT_CHILD and $STDERR_CHILD. Generates the following when I compile: WARNING: $STDERR_MERGED: possibly used before declaration. $DevConCheck = Run( "DevCon.exe help", @ScriptDir, @SW_HIDE, $STDERR_MERGED)
$DevConCheck = Run( "DevCon.exe help", @ScriptDir, @SW_HIDE, $STDERR_MERGED) Script.au3 - 1 error(s), 1 warning(s) Script is below: #Region ; Directives created by AutoIt3Wrapper_GUI #AutoIt3Wrapper_Change2CUI=y #EndRegion ; Directives created by AutoIt3Wrapper_GUI $DevConCheck = Run( "DevCon.exe help", @ScriptDir, @SW_HIDE, $STDERR_MERGED) If $DevConCheck = 0 Then
Else
EndIf |
|||
| #349 | Rejected | guiconstants.au3 | ||
| Description |
i would like to continue the discussion about the gui constants. i also cannot understand the reason why guiconstants.au3 cannot be used anymore. just think of all the example scripts here in the forum or on your hard disk !!! like 80% of them contain guiconstants.au3 ! furthermore there is no sense in changing it, because before everyone could always choose to include all guiconstants or the single control constant or even script without includes by just using the values, like i like to do it. the recent changes are unnecessary and will only cause confusion you can already notice it in the forums. so please for the next version: re-add the guiconstants please ! just think of all the very useful example scripts that cannot be executed at once without conversions ! j. |
|||
