Bench Posted June 2, 2007 Posted June 2, 2007 I have a problem with AutoIt3Wrapper. In older versions (AutoIt 3.2.2) directive in source code didn't work, but .ini file works properly. Now I installed version 3.2.4.9, directives in source code still don't work and so .ini files. It works for icon but not for resources (version, author, copyright information) and so on. I tried to compile w/ right click and selecting "Compile using AutoIt3Wrapper", I built it from SciTe, I event ran it as standalone application and selected source code. I already have reshacker.exe in AutoIt3Wrapper directory. I really don't know, what I am doint wrong. My source lines look this way: #Region AutoIt3Wrapper directives section #AutoIt3Wrapper_icon=resources\Invertor.ico #AutoIt3Wrapper_outfile=.\Invertor.exe #AutoIt3Wrapper_compression=4 #AutoIt3Wrapper_allow_decompile=n #AutoIt3Wrapper_useupx=y #AutoIt3Wrapper_res_comment=Logical game for one player. Created with AutoIt v3. #AutoIt3Wrapper_res_description=Logical game #AutoIt3Wrapper_res_fileversion=1.2 #AutoIt3Wrapper_res_fileversion_autoincrement=n #AutoIt3Wrapper_res_legalcopyright=© 2006 James Bench #AutoIt3Wrapper_res_field=AutoIt version|3.2.4.9 #EndRegion My .ini file loks this way: [Autoit] aut2exe=C:\Program Files\AutoIt3\aut2exe\Aut2Exe.exe icon=resources\Invertor.ico outfile=Invertor.exe Compression=4 PassPhrase= Allow_Decompile=4 [Res] UpdateInformation=1 Comment=Logical game for one player. Created with AutoIt v3. Description=Logical game Fileversion=1.2 Fileversion_AutoIncrement=n LegalCopyright=© 2006 James Bench Field1Name=AutoIt version Field1Value=3.2.0.1 Field2Name= Field2Value= [Other] Run_AU3Check=y AU3Check_Parameter= Run_Before= Run_After= Can somebody help me please? I wanted to report it in Bugs section but I have no rights to start a new topic there. Thx 4 help. [right]Software is like sex - it's better when it's free. (Linus Torvalds)[/right]
GaryFrost Posted June 2, 2007 Posted June 2, 2007 http://www.autoitscript.com/forum/index.ph...st&p=349963 SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference.
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