mesale0077 Posted July 20, 2013 Share Posted July 20, 2013 #region #AutoIt3Wrapper_Res_Language=1055 #endregion #pragma compile(Out, myProg.exe) #pragma compile(Icon, AutoIt_Old4.ico) #pragma compile(ExecLevel, highestavailable) #pragma compile(Compatibility, win7) #pragma compile(UPX, False) #pragma compile(FileDescription, myProg - a description of the application) #pragma compile(ProductName, myProg) #pragma compile(ProductVersion, 3.7) #pragma compile(FileVersion, 3.7.0.0, 3.7.100.201) ; The last parameter is optional. #pragma compile(LegalCopyright, © Joe Bloggs) #pragma compile(LegalTrademarks, '"Trademark something, and some text in "quotes" etc...') #pragma compile(CompanyName, 'Joe Bloggs & Co') dont work #AutoIt3Wrapper_Res_Language=1055 #region #AutoIt3Wrapper_Res_Language=1055 #endregion why? Link to comment Share on other sites More sharing options...
Developers Jos Posted July 20, 2013 Developers Share Posted July 20, 2013 (edited) I have split off you support question from the Beta thread. So tell me, what are you expecting to happen? Which version of AutoIt3Wrapper are you using as you need to use the latest available Beta version for anything to work? There will be a warning when compiling your script with the latest AutoIt3 Beta that states: > #pragma Compile(out, YourFileName) and/or #pragma Compile(x64, true/false) found: - Ignoring all #AutoIt3Wrapper_OutFile* and #AutoIt3Wrapper_Compile_both #directives! >Running AU3Check (3.3.9.9) from:C:\Program Files (x86)\AutoIt3\Beta +>21:14:33 AU3Check ended.rc:0 >Running:(3.3.9.9):C:\Program Files (x86)\AutoIt3\Beta\aut2exe\aut2exe.exe /in "D:\Development\AutoIt3\programs\test\test\test2.au3" /out "myProg.exe" /nopack /comp 2 +>21:14:42 Aut2exe.exe ended.D:\Development\AutoIt3\programs\test\test\myProg.exe. rc:0 >21:14:42 Performing the Program Resource Update steps: > #pragma Compile() found that updates the VERSION Resources. - Ignoring all #AutoIt3Wrapper_* #directives that would normally update the VERSION section! > #pragma Compile() found that updates the MANIFEST Resources. - Ignoring all #AutoIt3Wrapper_* #directives that would normally update the MANIFEST section! >21:14:42 Program Resource updating finished successfully. > #pragma Compile(UPX, true/false) found. - Ignoring all #AutoIt3Wrapper_UseUPX #directive! +>21:14:42 Created program (pragma):myProg.exe Which means that the AutoIt3Wrapper resource directive will be ignored as AUT2EXE is doing the resource updating! Jos Edited July 20, 2013 by Jos mesale0077 1 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 More sharing options...
mesale0077 Posted July 20, 2013 Author Share Posted July 20, 2013 #pragma compile(Icon, AutoIt_Old4.ico) #AutoIt3Wrapper_Res_Description=@mesale0077 ™ program adı © #AutoIt3Wrapper_Res_Fileversion=4.0.9.0 ://////=__= ://////=__=- ://////=__= #AutoIt3Wrapper_Res_LegalCopyright=@mesale0077 2011-2012 #AutoIt3Wrapper_Res_Language=1055 ://////=__= ://////=__=-- ://////=__= #AutoIt3Wrapper_res_requestedExecutionLevel=asinvoker #AutoIt3Wrapper_Res_requestedExecutionLevel=requireAdministrator thank you this like worked Link to comment Share on other sites More sharing options...
mesale0077 Posted July 22, 2013 Author Share Posted July 22, 2013 hi Jos > #pragma Compile(out, YourFileName) and/or #pragma Compile(x64, true/false) found: - Ignoring all #AutoIt3Wrapper_OutFile* and #AutoIt3Wrapper_Compile_both #directives! >Running AU3Check (3.3.9.9) from:C:\Program Files (x86)\AutoIt3\Beta +>21:14:33 AU3Check ended.rc:0 >Running:(3.3.9.9):C:\Program Files (x86)\AutoIt3\Beta\aut2exe\aut2exe.exe /in "D:\Development\AutoIt3\programs\test\test\test2.au3" /out "myProg.exe" /nopack /comp 2 +>21:14:42 Aut2exe.exe ended.D:\Development\AutoIt3\programs\test\test\myProg.exe. rc:0 >21:14:42 Performing the Program Resource Update steps: > #pragma Compile() found that updates the VERSION Resources. - Ignoring all #AutoIt3Wrapper_* #directives that would normally update the VERSION section! > #pragma Compile() found that updates the MANIFEST Resources. - Ignoring all #AutoIt3Wrapper_* #directives that would normally update the MANIFEST section! >21:14:42 Program Resource updating finished successfully. > #pragma Compile(UPX, true/false) found. - Ignoring all #AutoIt3Wrapper_UseUPX #directive! +>21:14:42 Created program (pragma):myProg.exe what program you use to control the source Link to comment Share on other sites More sharing options...
guinness Posted July 22, 2013 Share Posted July 22, 2013 You mean version control? Could you explain a little more as to what you mean please. UDF List: _AdapterConnections() • _AlwaysRun() • _AppMon() • _AppMonEx() • _ArrayFilter/_ArrayReduce • _BinaryBin() • _CheckMsgBox() • _CmdLineRaw() • _ContextMenu() • _ConvertLHWebColor()/_ConvertSHWebColor() • _DesktopDimensions() • _DisplayPassword() • _DotNet_Load()/_DotNet_Unload() • _Fibonacci() • _FileCompare() • _FileCompareContents() • _FileNameByHandle() • _FilePrefix/SRE() • _FindInFile() • _GetBackgroundColor()/_SetBackgroundColor() • _GetConrolID() • _GetCtrlClass() • _GetDirectoryFormat() • _GetDriveMediaType() • _GetFilename()/_GetFilenameExt() • _GetHardwareID() • _GetIP() • _GetIP_Country() • _GetOSLanguage() • _GetSavedSource() • _GetStringSize() • _GetSystemPaths() • _GetURLImage() • _GIFImage() • _GoogleWeather() • _GUICtrlCreateGroup() • _GUICtrlListBox_CreateArray() • _GUICtrlListView_CreateArray() • _GUICtrlListView_SaveCSV() • _GUICtrlListView_SaveHTML() • _GUICtrlListView_SaveTxt() • _GUICtrlListView_SaveXML() • _GUICtrlMenu_Recent() • _GUICtrlMenu_SetItemImage() • _GUICtrlTreeView_CreateArray() • _GUIDisable() • _GUIImageList_SetIconFromHandle() • _GUIRegisterMsg() • _GUISetIcon() • _Icon_Clear()/_Icon_Set() • _IdleTime() • _InetGet() • _InetGetGUI() • _InetGetProgress() • _IPDetails() • _IsFileOlder() • _IsGUID() • _IsHex() • _IsPalindrome() • _IsRegKey() • _IsStringRegExp() • _IsSystemDrive() • _IsUPX() • _IsValidType() • _IsWebColor() • _Language() • _Log() • _MicrosoftInternetConnectivity() • _MSDNDataType() • _PathFull/GetRelative/Split() • _PathSplitEx() • _PrintFromArray() • _ProgressSetMarquee() • _ReDim() • _RockPaperScissors()/_RockPaperScissorsLizardSpock() • _ScrollingCredits • _SelfDelete() • _SelfRename() • _SelfUpdate() • _SendTo() • _ShellAll() • _ShellFile() • _ShellFolder() • _SingletonHWID() • _SingletonPID() • _Startup() • _StringCompact() • _StringIsValid() • _StringRegExpMetaCharacters() • _StringReplaceWholeWord() • _StringStripChars() • _Temperature() • _TrialPeriod() • _UKToUSDate()/_USToUKDate() • _WinAPI_Create_CTL_CODE() • _WinAPI_CreateGUID() • _WMIDateStringToDate()/_DateToWMIDateString() • Au3 script parsing • AutoIt Search • AutoIt3 Portable • AutoIt3WrapperToPragma • AutoItWinGetTitle()/AutoItWinSetTitle() • Coding • DirToHTML5 • FileInstallr • FileReadLastChars() • GeoIP database • GUI - Only Close Button • GUI Examples • GUICtrlDeleteImage() • GUICtrlGetBkColor() • GUICtrlGetStyle() • GUIEvents • GUIGetBkColor() • Int_Parse() & Int_TryParse() • IsISBN() • LockFile() • Mapping CtrlIDs • OOP in AutoIt • ParseHeadersToSciTE() • PasswordValid • PasteBin • Posts Per Day • PreExpand • Protect Globals • Queue() • Resource Update • ResourcesEx • SciTE Jump • Settings INI • SHELLHOOK • Shunting-Yard • Signature Creator • Stack() • Stopwatch() • StringAddLF()/StringStripLF() • StringEOLToCRLF() • VSCROLL • WM_COPYDATA • More Examples... Updated: 22/04/2018 Link to comment Share on other sites More sharing options...
mesale0077 Posted July 22, 2013 Author Share Posted July 22, 2013 script test kontrol or another script control report out examle - Ignoring all #AutoIt3Wrapper_OutFile* and #AutoIt3Wrapper_Compile_both #directives! >Running AU3Check (3.3.9.9) from:C:\Program Files (x86)\AutoIt3\Beta +>21:14:33 AU3Check ended.rc:0 >Running:(3.3.9.9):C:\Program Files (x86)\AutoIt3\Beta\aut2exe\aut2exe.exe /in "D:\Development\AutoIt3\programs\test\test\test2.au3" /out "myProg.exe" /nopack /comp 2 +>21:14:42 Aut2exe.exe ended.D:\Development\AutoIt3\programs\test\test\myProg.exe. rc:0 >21:14:42 Performing the Program Resource Update steps: when Running Link to comment Share on other sites More sharing options...
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