Jump to content

Run script vs run exe


 Share

Recommended Posts

Have a question.

When I run my script (via au3 file) my script works without any errors.

When I run my script via the builded exe I got

line0 (c:\documents.....)

$mainwindow = guicreate("window", 310, 500, $ds_setforeground, $ws_ex_dlgmodalframe)

$mainwindow = guicreate("window", 310, 500, ^ErrOR

Error: variable used without being declared

what's wrong? Why does the au3 file work and the exe not and how can I solve this?

Link to comment
Share on other sites

Perhaps I would have understand the other way around when referencing the include files.

can you post a more complete script so we can help you.

The building of the exe incorporate inside the exe the include file so you should not have any problem.

:)

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...