Jump to content

C++ and AutoIt


dromenox
 Share

Recommended Posts

  • Moderators

So, without seeing what you're doing, we're supposed to guess at how they need to communicate???

"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 can communicate with your own C++ app in any way you see fit. Messages, MailSlots, Memory, File, Database. etc...

So long as you have the necessary coding in both apps. But since you're trying to inject dll into not your app that is not going to work.

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

So, without seeing what you're doing, we're supposed to guess at how they need to communicate???

 

It is a DLL that is injected into a process and will hook a function. I want the DLL send some things for the program in AutoIt to display in a GUI. For now just did the DLL, the program in AutoIt will then find a way of communication between them.

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