Jump to content

Recommended Posts

Posted

Hi all,

i am new bird in programming. I would like to know how to extract the usage for dll for AUTOIT usage.

The attached dll and library were used in C++ programming. It worked fine,  but this round i would like to know how to convert these files into AUTOIT  platform, as i would like to use AUTOIT to do something on it.

 

vteppl.dll

vteppl.h

vteppl.lib

Posted

@ericyeoh You will probably have to use the DllCall and friends available in AutoIt to call the available functions inside the library, this will also involve manually replicating the structures found inside the header (.h) file using DllStructCreate :)

Also there is another thing which might prevent you from using the DLLs, they will need to use the same runtime as AutoIt or else they would not work... I think. I am not really sure on this part but it shouldn't really matter unless you get very strange errors.

EasyCodeIt - A cross-platform AutoIt implementation - Fund the development! (GitHub will double your donations for a limited time)

DcodingTheWeb Forum - Follow for updates and Join for discussion

  • Moderators
Posted

Moved to the appropriate forum, as the AutoIt Example Scripts forum very clearly states:

Quote

Share your cool AutoIt scripts, UDFs and applications with others.


Do not post general support questions here, instead use the AutoIt Help and Support forums.

Moderation Team

"Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball

How to get your question answered on this forum!

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
  • Recently Browsing   0 members

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