Jump to content

Recommended Posts

Posted

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

Posted

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

Hmm, 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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...