kjactive Posted May 9, 2005 Posted May 9, 2005 @AutoItVersion do not read the autoit revision correct when wrapped into an 'execute'. When run from scripts all was okay and displayed: 3.1.1.25 - but compiled it looks like it took my executes own icons FilVersion as by the time was 1.35.0.0 and used this as autoit revision... kjactive Au3PP 4.1 - Autoit3 preprocessor, optimize speed, performance to scripts and do executes....[/url]Au3Calibur - Create libraries of commonly used code excerptsWords manipulate UDF, functions that is lent from the rexx language, topics and index file includedCustomDialog UDF to include custom made dialogs like a extended colorpick requester to scripts...[url="ftp://fritidshjemmet.com/Autoit3/SysColor.zip"]SysColor UDF a low level color library to manipulate RGB and Hex values...Shell32 UDF to Automate Windows® operating tasks from native dialog and Wizards browsers... Optimized the CodeWicard with options to generate browser code etc...
MHz Posted May 9, 2005 Posted May 9, 2005 If I understand you correctly. This is normal with Scite4Autoit3, as CompileAu3 changes the fileversion with it's #Compiler_Res_Fileversion directive.It has been mentioned here before.Is this information helpful ?
kjactive Posted May 9, 2005 Author Posted May 9, 2005 Is it not posible to change @AutoItVersion to use the autoit initreg entry as I recall there is information about the current revision if available instead from the application icon information or if made execute a special tag like the 'VALUE "InternalName", "3.1.1.25" ( a normal tag in a icon attached StringFileInfo ) Something like that... kjactive Au3PP 4.1 - Autoit3 preprocessor, optimize speed, performance to scripts and do executes....[/url]Au3Calibur - Create libraries of commonly used code excerptsWords manipulate UDF, functions that is lent from the rexx language, topics and index file includedCustomDialog UDF to include custom made dialogs like a extended colorpick requester to scripts...[url="ftp://fritidshjemmet.com/Autoit3/SysColor.zip"]SysColor UDF a low level color library to manipulate RGB and Hex values...Shell32 UDF to Automate Windows® operating tasks from native dialog and Wizards browsers... Optimized the CodeWicard with options to generate browser code etc...
MHz Posted May 10, 2005 Posted May 10, 2005 I would assume you agree with my last post. So this is not a Autoit bug. This is a feature of using CompileAu3, to change the resouces of a script being compiled.If you do not want to change the version of @AutoitVersion, then remove the script directive for #Compiler_Res_Fileversion. The fileversion related to your program can be displayed by using a #Compiler_Res_Field or using a variable in your script, so it can show within gui windows, etc.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now