ankanbloodart Posted July 30, 2012 Posted July 30, 2012 Hey, im just wondering if it's possible to use c++ code within a autoit application. If so, how? Thanks!
UEZ Posted July 30, 2012 Posted July 30, 2012 Ward made an to use C within but not C++.Br,UEZ Please don't send me any personal message and ask for support! I will not reply! Selection of finest graphical examples at Codepen.io The own fart smells best! ✌Her 'sikim hıyar' diyene bir avuç tuz alıp koşma!¯\_(ツ)_/¯ ٩(●̮̮̃•̃)۶ ٩(-̮̮̃-̃)۶ૐ
ankanbloodart Posted July 30, 2012 Author Posted July 30, 2012 So you dont think there is a way to do this with c++ instead?
JohnOne Posted July 30, 2012 Posted July 30, 2012 Create a C++ dll and call it. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
ankanbloodart Posted July 30, 2012 Author Posted July 30, 2012 Create a C++ dll and call it.You mean like: Autoit -> Call dll -> dll executes some c++ code?Then I guess the c++ code can't interfere with the autoit GUI?The thing is, im making a autoit application with a GUI, and I would like some c++ code to execute when a user clicks at some button withing the autoit application..
Moderators JLogan3o13 Posted July 30, 2012 Moderators Posted July 30, 2012 What is the c++ code doing? Is is something that cannot be accomplished natively with AutoIt? "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum!
JohnOne Posted July 30, 2012 Posted July 30, 2012 You mean like: Autoit -> Call dll -> dll executes some c++ code?Then I guess the c++ code can't interfere with the autoit GUI?The thing is, im making a autoit application with a GUI, and I would like some c++ code to execute when a user clicks at some button withing the autoit application..User clicks buttonDll is CalledC++ code is ranI don't see the problem. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
MilesAhead Posted July 31, 2012 Posted July 31, 2012 User clicks buttonDll is CalledC++ code is ranI don't see the problem.That would be cheating. Too easy. My Freeware Page
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