5rings Posted January 5, 2014 Posted January 5, 2014 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
Inverted Posted January 5, 2014 Posted January 5, 2014 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.
5rings Posted January 7, 2014 Author Posted January 7, 2014 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")
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