gzd Posted December 9, 2007 Posted December 9, 2007 Hi, I have created a GUI application with autoit and compiled it as exe file. It all works well on my local machine but when i try to use the exe on other machines (where autoit is not installed) it doesn't work properly (get stuck and etc). Please advice. Thanks, gzd
i542 Posted December 9, 2007 Posted December 9, 2007 Hi,I have created a GUI application with autoit and compiled it as exe file.It all works well on my local machine but when i try to use the exe on other machines (where autoit is not installed) it doesn't work properly (get stuck and etc).Please advice.Thanks,gzdHmm, include all resources you have in your local computer, and that are used by program (.INI files, icons, etc.), instead of using "C:\MyDocs\Script Dir\File.ico" use @ScriptDir & "\file.ico"... A code would help.. I can do signature me.
Zedna Posted December 9, 2007 Posted December 9, 2007 it doesn't work properly (get stuck and etc)It's not enough informations to give help. Resources UDF ResourcesEx UDF AutoIt Forum Search
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