Modify

Opened 15 years ago

Closed 15 years ago

Last modified 15 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 Changed 15 years ago by Jos

  • Resolution set to Fixed
  • Status changed from new to closed

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 Changed 15 years ago by TicketCleanup

  • Milestone set to Future Release

Automatic ticket cleanup.

comment:3 Changed 15 years ago by Emiel Wieldraaijer

Hi Jos,

thanks for the fix

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

Best regards,

Emiel

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

Modify Ticket

Action
as closed The owner will remain Jos.
Author


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

 
Note: See TracTickets for help on using tickets.