vkrisz81 Posted September 6, 2014 Posted September 6, 2014 Hi pros. I wpuld like try to make a dll with one funtion to test how it works.. Can anybody help me??? It more than enough a standard write hello world function and calling it.. So i accept any helpful info... ^^
JohnOne Posted September 6, 2014 Posted September 6, 2014 http://www.codeproject.com/Articles/655071/Basic-Cplusplus-Win-DLL AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
vkrisz81 Posted September 6, 2014 Author Posted September 6, 2014 Sry i thpught i make my dll file in autoit too.. Not in c++ or similar...
JohnOne Posted September 6, 2014 Posted September 6, 2014 Sorry, you cannot make a dll with AutoIt. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
vkrisz81 Posted September 6, 2014 Author Posted September 6, 2014 Ok. Than can i make two program with autoit which are communicating?? Can 2 running program talking, change data?
JohnOne Posted September 6, 2014 Posted September 6, 2014 Yes, the procedure is called "inter process communication" and there are many ways to do it with most of them having example around the forums. A simple search should get you reading quickly. 232showtime 1 AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
JohnOne Posted September 6, 2014 Posted September 6, 2014 (edited) I only used IPC once but I tried a few solutions, and my favourite was >Shared Memory example as it allowed me to share between a C++ and an AutoIt application. Edited September 6, 2014 by JohnOne AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
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