Jump to content

using c++ within Autoit


Recommended Posts

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

Link to comment
Share on other sites

  • Moderators

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!

Link to comment
Share on other sites

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 button

Dll is Called

C++ code is ran

I don't see the problem.

AutoIt Absolute Beginners    Require a serial    Pause Script    Video Tutorials by Morthawt   ipify 

Monkey's are, like, natures humans.

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