Jump to content

A nooblish question


Recommended Posts

Hi everyone. Today when i want to compile my script, it had bug with Aut2exe.exe. So I uninstalled and reinstalled AutoIt and Scite. But now i found out the Compile with option when you right click the script is gone. :) Any idea how to get that back? My previous autoit version was 3.2.2.0.

Thanks in advance.

:)

Edited by Generator
Link to comment
Share on other sites

re-install scite

I did for many times, when i right click a script, i can see Compile with Autoit3Wrapper but the windows for option is not showing up. It just compiled.

I got the Autoit3Wrapper now but i don't see any options O_o

Edited by Generator
Link to comment
Share on other sites

thats correct, thats how it works now, instead of creating an ini file you use something like this at the top of your script...

#Region Compiler directives section

#Compiler_OutFile=

#Compiler_Icon=

#Compiler_UseAnsi=n

#Compiler_Res_Comment=

#Compiler_Res_Description=

#Compiler_Res_Fileversion=

#Compiler_Res_FileVersion_AutoIncrement=y

#Compiler_Allow_Decompile=n

#Compiler_UseUpx=y

#Compiler_Compression=2

#Compiler_Res_Language=2057

#Compiler_Res_LegalCopyright=

#EndRegion

and fill in the lines as specified in the old ini files. Search for Directives.au3 for more options.

Who needs puzzles when we have AutoIt!!

Link to comment
Share on other sites

thats correct, thats how it works now, instead of creating an ini file you use something like this at the top of your script...

#Region Compiler directives section

#Compiler_OutFile=

#Compiler_Icon=

#Compiler_UseAnsi=n

#Compiler_Res_Comment=

#Compiler_Res_Description=

#Compiler_Res_Fileversion=

#Compiler_Res_FileVersion_AutoIncrement=y

#Compiler_Allow_Decompile=n

#Compiler_UseUpx=y

#Compiler_Compression=2

#Compiler_Res_Language=2057

#Compiler_Res_LegalCopyright=

#EndRegion

and fill in the lines as specified in the old ini files. Search for Directives.au3 for more options.

Thanks, I still like the old 1 better lol.
Link to comment
Share on other sites

Thanks, I still like the old 1 better lol.

true, no one likes change, but then thats the autoit progammers to decide not us, actually in a way its better as scripts and how it compiles is all self contained, it takes a while to get used to, but overall easier than the old way.

Edited by Rick

Who needs puzzles when we have AutoIt!!

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...