vickerps 0 Posted February 14, 2005 Share Posted February 14, 2005 Hello I'm having problem with the dllcall. I have a program that stores a version number inside a dll. The program has a tool to read/write the version number to the dll. I am just wondering can autoit call this dll and retrieve the version number? However the big problem i've got is i don't know the return type or the function to call. I assume the guy who created it probably set it up to be string but have no idea what the funcation name would be. Does anyone have anyway i can get it? Link to post Share on other sites
Josbe 1 Posted February 14, 2005 Share Posted February 14, 2005 Example reading a file version... MsgBox(0, "Version", FileGetVersion("Shell32.dll")) AUTOIT > AutoIt docs / Beta folder - AutoIt latest beta Link to post Share on other sites
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