Jump to content

Search the Community

Showing results for tags 'compile'.

  • Search By Tags

    • compile ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


  1. I can't be responsible for any impact of your script or services you would run in production. | _Services_UDF v4 | | By Arcker | Run your script as a service | Req. AutoIt 3.3.8.1 min, last beta recommended ( tested in 3.3.9.21 ) |_______________________________________ ++ Preparing v5 !! Ch...
  2. Hi, Part of my standard template for a new project is including the lines: #AutoIt3Wrapper_Run_Au3Stripper=y ;Run Au3Stripper before compilation (Default=n) #Au3Stripper_Parameters=/mo ; Use the parameters as listed above I extensively use bookmarks to jump back and fort...
  3. HI people, I got a questions, I maintain code in autoIT and every time I compile a new version or modification, Scite generate 2 folders. One folder is finish by released and the other is tentative. I try to make some google search, but never find answer would satisfied myself...
  4. I don't have any experience compiling AutoIt scripts or know of any best practices regarding said scripts so I was wondering, what are some of the options for passing data to complied scripts? Here's an example of what I mean by "option": Writing data to a text file, then running a script which read...
  5. Hey All, Yes, this is an odd request. But is there a way to bulk up the size of the compiled program? I know many want to reduce it's size, but I want to increase it. What methods do you suggest?
  6. Is it possible to compile script without any icon resources included? When I make exe it uses default system icon of current OS even if I compile as console application. On other versions of Windows it looks a little strange Update: It seems that the only way is remo...
  7. Hi, Since today, exe's are being flagged as having a trojan by Windows Defender (Fuery.B!cl) Version: 3.3.14.3 - SciTE Version 3.7.3
  8. So, I have this odd issue happening with UIAWrappers. When I run simplespy.au3 through SciTE, it finds the object I'm trying to work with, no problem. But, when I compile simplespy.exe, it can't find it. Another script that utilizes UIAWrappers is experiencing the same phenomenon. EDIT: Compiling...
  9. This baby can do almost any language! I found Gleany on this site and set it up on a fresh win10 install. all i would need to do to make it build an exe of the search files app we discovered is the .NET Target Framework download to build 100 % but the exe works and generates! You also need to add th...
  10. Good evening everyone I was trying to compile my executable, adding #pragma directives instead of #AutoIt3Wrapper* directives, and, I don't know why the #pragma compile doesn't add the Author field to the executable. These are the directives: #pragma compile(Author, 'Surname Name') ; or...
  11. I get the "Unable to add resources" error related to AppData\Local\AutoIt v3\Aut2Exe when compiling with a large FileInstall of a 1.5GB file. Is there a size limit I need to be aware of? I've also disabled or removed Trend from three different machines and had the same results. I've had issues li...
  12. Hi All, I'm using UseTraySetIcon("shell32.dll", xx) to set my tray icon to a specific icon while running, is there a way I can specify this icon when I compile my script into an exe so my exe icon is the same? Thanks!
  13. Hello Guys, Is there a way to have Auto it Exe messages/line number when you hover over the tray icon just at it shows when you run Au3.? For an example, if I the script has paused due to WinWait or Sleep I could hover over the icon and it shows the line where it's at. Is there a way to achi...
  14. Hello there, When I compile script and use it out of the map where the source code is. So just moving main.exe to other map, then source code is. It breaks with error: Line10010 Error: Subscript used on non-accessible variable So I wonder what kind of file do I need to i...
  15. Excuse me, I did not understand how in the function of Main I can include hundreds of functions of my executable code ?? How to implement this?
  16. After updateing SciTE components (SciTE.exe, SciLexer.dll, Tidy.exe, Obfuscator.exe, AutoIt3Wrapper.exe) I have again a problem with the compilation of programs, I think that a similar issue was previously discussed here: '?do=embed' frameborder='0' data-embedContent>> When I try to compil...
  17. Weird story. Been using Autoit for more than a year now. But recently moved to a new machine, so did a fresh install, and suddenly I saw menus I never saw before in the editor. For example, I Always used to have: Tools>Compile and then it would compile my au3 code. Now, the tools menu has a lot...
  18. This isn't any urgent issue, but more a curiosity on my part. Looking at the Pragma Compile Directives page of the help file, FileVersion and ProductVersion both have "last parameter being optional" in the Parameters description. Is there any documentation on what that last parameter is/does?
  19. I would like to ask you some questions about compiling. I use Autoit wrapper gui 15.920.938.0 1. I would like to delete all comments from my compiled code. If is possible... I am using the 3.3.14.2 version of Autoit, I would like this time to protect my code, without using external...
  20. Hello, Just a Little question why the autoit exes also with a very Little Code get when generated around 800-1000kb also would there be anyday away to compile a script to a Dynamic Link Library(dll)? Is there a way to Change to encryption of Compiling to something what makes the compile file a bit...
  21. When we compile our code through Aut2exe, version is missing if we check the properties of the compiled executable. Can any one suggest how to set a version number to the compiled exe.
  22. So, I made a script, and I need to compile it so I can use it elsewhere and stuff. Whenever I try to compile it, I get an Error: Unable to add resources. C:\Users\User\AppData\Local\AutoIt v3\Aut2Exe\???????.exe ( - The "??????"'s change each time I try, but it's a .exe.) It's not my Anti Virus,...
  23. Hi , I downloaded the latest autoIT. I have an existing script that was working fine previously on another setup. But now eveytime i compile the same script, Aut2Exe got crashed. Error - Problem signature: Problem Event Name: APPCRASH Application Name: aut2exe.exe Application Version:...
  24. Hello, I am having a strange error, here is a screenshot below: Thanks in Advance
  25. Which of the two should I use? It seems pragma compile offers access to resource fields that AutoIt3Wrapper only allows access to via Res_Field, such as CompanyName and ProductName. AutoIt3Wrapper offers help with versioning in the form of automatic version increase, pragma doesn't. (afaik) Should...
×
×
  • Create New...