Jump to content

Aut2exe not fetching directives


ur
 Share

Recommended Posts

I have added below directives to the au3 file as starting lines.

 

#Region ;**** Directives created by AutoIt3Wrapper_GUI ****
#AutoIt3Wrapper_Icon=myicon.ico
#AutoIt3Wrapper_UseX64=y
#AutoIt3Wrapper_Add_Constants=n
#AutoIt3Wrapper_Res_Fileversion=1.0.0.0
#AutoIt3Wrapper_Res_ProductVersion=1.0.0.0
#AutoIt3Wrapper_Res_ProductName=License Apply
#AutoIt3Wrapper_Res_LegalCopyright= © company name.
#AutoIt3Wrapper_Res_Description= Used to generate logic
#EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****

 

And after this, I am trying to compile using command line.

 

Aut2exe_x64.exe /in myfile.au3 /out myfile.exe /nopack /x64 /gui

But this is ignoring all the directives and giving meta like below.

 

dddd.PNG

 

Any suggestions please.

Link to comment
Share on other sites

  • Developers

You likely aren't running the Full SciTE4AutoIt3 version as those directives have nothing to do with aut2exe, but are used by AutoIt3Wrapper.
Show the full SciTE console output when you need confirmation.

Jos

Edited by Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...