Modify

Opened 13 years ago

Closed 13 years ago

#2229 closed Bug (Wont Fix)

Bug in Obfuscator.exe v1.0.30.1

Reported by: UEZ Owned by:
Milestone: Component: Other
Version: 3.3.8.1 Severity: None
Keywords: SciTE Cc:

Description

#AutoIt3Wrapper_Run_Obfuscator=y
#Obfuscator_Parameters=/sf /sv /om /cs=0 /cn=0
#AutoIt3Wrapper_Tidy_Stop_OnError=n
;~ #AutoIt3Wrapper_Run_After=del /f /q "%scriptdir%\%scriptfile%_Obfuscated.au3"

Global _
$line = "1st line" & @LF
$line &= "2nd line" & @LF
$line &= "3rd line"
MsgBox(0, "Test", $line)

I don't know who will maintain SciTE and its components in future but Obfuscator has a problem with Global _ line. This line will be ignored.

Change History (2)

comment:1 Changed 13 years ago by UEZ

I mean

Global _
$line = "1st line" & @LF

will be ignored.

comment:2 Changed 13 years ago by Valik

  • Resolution set to Wont Fix
  • Status changed from new to closed

This is not the correct place to report issues with SciTE4AutoIt or it's tools.

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.

Add Comment

Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.