Search the Community
Showing results for tags 'compilation'.
-
Hi all. I have created an external au3 (a library of functions and vars) that is #included in a main script that i must compile. I wish that the content of the library is not merged with the main script when compiling. My goal is to keep the ability to modify the library even after the main exe is compiled and that these changes are effective when executing the exe. I guess this is not possible using the standard #include method. Is there a way to do that ? thx a lot :-)
-
I used given Au2exe utility given in autoit by default , i select source of my source file and when i put just a file name with no extension , bingo it compiles successfully , then i am able to change extension & change extenstion to .a3x and it runs but when i change it to .exe it doesn't run , instead gives error -cannot find file and the exe file is deleted ! Secondly when i tickmark 'console' , it just wont compile successfully ! It doesn't takes x64 also . Can someone convert 2 files into exe for me ? I will pm you source code or a3x file whatever needed. Or even better if someone could tell online converting site , i couldn't find one :/