Select Posted March 25, 2013 Posted March 25, 2013 Hello, I'm just starting out with AutoIt and I'm loving it so far. Great scripting language. I have a question regarding my thread title, as I have searched the forum but couldn't find what I was looking for or have missed it most likely, so excuse me if I have. However I have an application that depends on 2 .DLL files in order for it to run. I'm curious as to how I can have all 3 of these stored as resources to be executed to memory without being extracted to the disk. This is more for a learning experience with AutoIt, as I'm not concerned with storing the files to a temporary location and then called as I've already done this, but just looking for an alternative method. So how can I map these resources to memory? Cheers!
JohnOne Posted March 25, 2013 Posted March 25, 2013 Search titles for "run binary". AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
Clark Posted March 25, 2013 Posted March 25, 2013 Surely when you execute DllCall for the first time, it sits in memory via Windows memory management?
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