Jump to content

Recommended Posts

Posted

Hi All,

I had this issue a while ago but cant seem to fix it this time, and the old hard drive died so cant get the registry from it.

Ive done a fully install of the latest version of autoit on my win7 machine, but I cant 'Compile With Options' when right clicking a .au3 file.

At the moment my registry entry for compile with option is: "C:\Program Files (x86)\AutoIt3\Aut2Exe\Aut2Exe.exe" /in "%l"

But this only compiles, it doesnt include the options declared at the start of my .au3 script which are:

#Region ;**** Directives created by AutoIt3Wrapper_GUI ****
#AutoIt3Wrapper_Icon=Ap2.ico
#AutoIt3Wrapper_Outfile=Project.exe
#AutoIt3Wrapper_Res_Comment=Project
#AutoIt3Wrapper_Res_Description=Project 
#AutoIt3Wrapper_Res_Fileversion=1.0.2.1
#AutoIt3Wrapper_Res_LegalCopyright=By Jeffrey
#EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****

Can someone help?

Posted
  On 11/3/2014 at 2:36 PM, JLogan3o13 said:

Does it work with the same #pragma (help file) compile options?

Ive never heard oh this but can see it in the help file, bit of reading to do I guess, has this essentially replaced what I was using?

Posted (edited)

What about using the Compile GUI in the Tools menu? There should be a second tab that you can enter this info in.

Edited by MikahS

Snips & Scripts

  Reveal hidden contents

My Snips: graphCPUTemp ~ getENVvars
My Scripts: Short-Order Encrypter - message and file encryption V1.6.1 ~ AuPad - Notepad written entirely in AutoIt V1.9.4

Feel free to use any of my code for your own use.                                                                                                                                                           Forum FAQ

 

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
×
×
  • Create New...