Jump to content

Recommended Posts

Posted

I was just curious why the gui version of the exe runs with the console once converted?

And could someone educate me if autoit uses the gcc compiler

Posted

You have the option while compiling to make it console or not. Also, there isn't really a compilation, it's just the interpreter with the script attached to it.

Posted

thank you sir,

I'm using the ConsoleWrite which is working with some var's i created when the main gui recieves input from the user.

But wouldnt there be a way to accept input from the user directly from the console?

would there also be a way to GUICtrlCreateObj for the console to be embeded like IE is created

here $GUIActiveX = GUICtrlCreateObj ($oIE, 10, 40, 600, 360)

or

$oIE = ObjCreate("Shell.Explorer.2")
$soIE = ObjCreate("Shell.ConsoleRead.exe")
 

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