Jump to content

Help with dll call


 Share

Recommended Posts

Hi, I'd like to call DLLs that were originally created for a c# program. I m guessing a DLL written for c# will work just as well with autoit which is c++?

And I read the pdf dll call tutorial at I found browsing this forum however I don't know how to get the DLL parameter, return type etc, It's not on windows mdsn, maybe someone can tell me a way to get return type and parameter from my DLL so i can call it in autoit ?

Thanks

Link to comment
Share on other sites

If the C# DLL is prepared to be used with AutoIt ('?do=embed' frameborder='0' data-embedContent>>) then it is possible. Otherwise there is no easy way in doing this. C++ has nothing to do with C# in this way, except the similar syntax.

Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the Universe
trying to produce bigger and better idiots.
So far, the Universe is winning.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...