dromenox Posted November 13, 2014 Posted November 13, 2014 I made a program in AutoIt that injects a DLL into a process (not a game). The DLL I made in C ++. Now I need to make a communication between the DLL and my program. My program will control the operation of the DLL and the DLL will return information to be displayed in my program. So was wondering what is the best way I can do this!
ZacUSNYR Posted November 13, 2014 Posted November 13, 2014 Use DllOpen and DllCall I'd reference DllOpen as a global and create wrapper functions for the calls that match the DLLs functions.
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