Opened 7 years ago
Closed 7 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 Changed 7 years ago by Jpm
comment:2 Changed 7 years ago by Jpm
- Resolution set to Works For Me
- Status changed from new to 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 Changed 7 years ago by Jos
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 Changed 7 years ago by Jos
- Resolution Works For Me deleted
- Status changed from closed to reopened
comment:5 Changed 7 years ago by anonymous
Looks like it's working with beta version. Thanks.
comment:6 Changed 7 years ago by Jos
- Resolution set to Fixed
- Status changed from reopened to closed
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
It is true with any include referring "WINAPIInternals.au3"