Modify

Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#731 closed Bug (Fixed)

GUIWrapper Add required Constants *.au3 to your scripts changes #AutoItWrapper_Run_After

Reported by: Emiel Wieldraaijer Owned by: Jos
Milestone: Future Release Component: SciTE4AutoIt
Version: 3.2.12.1 Severity: None
Keywords: Cc:

Description

Hi All,

[code]
#NoTrayIcon
#RequireAdmin
#Region ; Directives created by AutoIt3Wrapper_GUI
#AutoIt3Wrapper_UseUpx=n
#AutoIt3Wrapper_Add_Constants=n
#AutoIt3Wrapper_AU3Check_Stop_OnWarning=y
#AutoIt3Wrapper_Run_After=upx.exe --best --compress-resources=0 "%out%"
#Tidy_Parameters=/rel
#AutoIt3Wrapper_Run_Obfuscator=y
#EndRegion ; Directives created by AutoIt3Wrapper_GUI

Msgbox (0, "test", "test")
code

Value
#AutoIt3Wrapper_Run_After=upx.exe --best --compress-resources=0 "%out%"

is changed into

#AutoIt3Wrapper_Run_After=upx.exe --best --compress-resources|0 "%out%"

When the option "Add required Constants *.au3 to your scripts" is selected and the script is compiled.

Best regards,

Emiel

Attachments (0)

Change History (3)

comment:1 by Jos, 17 years ago

Resolution: Fixed
Status: newclosed

There is no relation to the Add_Required_Constants but any time the RunAfter was saved it would replace the erqaul sign.
I have posted v.1.10.1.14 of AutoIt3Wrapper_GUI in the BEta directory which fixes this problem.

Jos

comment:2 by TicketCleanup, 17 years ago

Milestone: Future Release

Automatic ticket cleanup.

comment:3 by Emiel Wieldraaijer, 17 years ago

Hi Jos,

thanks for the fix

But it's strange i only get this when i select "Add_Required_Constants"

Best regards,

Emiel

Modify Ticket

Action
as closed The owner will remain Jos.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.