Jump to content

Comiled GUI different then test run GUI?


Recommended Posts

so im trying to figure out why this is, its probably posted here somewhere, but ive searched and havent found anything. anyways, my problem is that when i run my script in scite as a test run it gives me a nice styled gui that i like, but when compiled it gives me this nasty boxy looking gui, what gives?

heres what i mean:

Posted Image

the top button set is an example of the test run gui, and the bottom the compiled gui.

Edited by hounder
Link to comment
Share on other sites

seems if i tick "compile as x86" rather then x64, the GUI is fine, anyone have an explation for this? or how i could compile as an x64 exe and still save the gui?

Manifest resource is missing from your executable. Relevant part there is line:
version="6.0.0.0"
. It's saying use comctl32.dll version 6 if available. Could be AutoIt bug (has happened before).

What's your AutoIt?

You can always add it manually, btw.

♡♡♡

.

eMyvnE

Link to comment
Share on other sites

Manifest resource is missing from your executable. Relevant part there is line:

version="6.0.0.0"
. It's saying use comctl32.dll version 6 if available. Could be AutoIt bug (has happened before).

What's your AutoIt?

You can always add it manually, btw.

so how do i go about fixing this? im using the latest version of autoit btw. Edited by hounder
Link to comment
Share on other sites

im using the latest version of autoit btw.

I don't think so, things look ok when I compile.

Tell us what version you have:

ConsoleWrite(@AutoItVersion & @CRLF)
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...