Opened 8 years ago
Closed 8 years ago
#3623 closed Bug (Fixed)
Problem with au3Stripper
| Reported by: | anonymous | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | Other | |
| Version: | 3.3.14.5 | Severity: | None |
| Keywords: | Cc: |
Description
I use the au3Stripper contained in the latest SciTE4AutoIt3. When I try to strip this script the $variable is not stripped. It must be something with the included 'Date.au3' file, when I do not include this file the script is correctly stripped.
#Au3Stripper_Parameters=/SO /RM #Au3Stripper_Off #Include <Date.au3> #Au3Stripper_On $variable Func $function() EndFunc
Attachments (0)
Change History (6)
comment:1 by , 8 years ago
comment:2 by , 8 years ago
| Resolution: | → Works For Me |
|---|---|
| Status: | new → closed |
In Fact as WinAPIInternals.au3 is defining a global initialized with a function call
The stripper will always include this 2
#Au3Stripper_Parameters=/SO /RM #Include <WinAPIInternals.au3>
So No bug
comment:3 by , 8 years ago
I found an issue in the logic when #Au3Stripper_Off / On are used and #cs-#ce blocks are used within the code which should be resolved in the current Beta version 17.224.935.8.
Please try and let me know what you find.
Jos
comment:4 by , 8 years ago
| Resolution: | Works For Me |
|---|---|
| Status: | closed → reopened |
comment:6 by , 8 years ago
| Resolution: | → Fixed |
|---|---|
| Status: | reopened → closed |

It is true with any include referring "WINAPIInternals.au3"