IchBistTod Posted August 24, 2009 Posted August 24, 2009 Ok I wanted to start using my C++ knowledge in AutoIt via a DLL call. Im currently using Dev C++(if another compiler makes it easier to make a DLL please tell me) Lets say I have a source code with a function that multiplies two numbers together in C++ named multiply and of course it returns an int. how would i compile tis code to a DLL then call it from autoit and get the return? [center][/center][center]=][u][/u][/center][center][/center]
monoceres Posted August 24, 2009 Posted August 24, 2009 Compiling to dllExporting functionDllCall Broken link? PM me and I'll send you the file!
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