ericyeoh Posted December 11, 2018 Share Posted December 11, 2018 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 Link to comment Share on other sites More sharing options...
Skeletor Posted December 11, 2018 Share Posted December 11, 2018 *.dll files are created in Visual Studio... So you can't open them up in AutoIt. As far as I know, you can only call the *.dll file. Besides, what sensor are you trying to manipulate? Hmmm? ericyeoh 1 Kind RegardsSkeletor "Coffee: my defense against going postal." Microsoft Office Splash Screen | Basic Notepad Program (Beginner) | Transparent Splash Screen | Full Screen UI Link to comment Share on other sites More sharing options...
TheDcoder Posted December 11, 2018 Share Posted December 11, 2018 @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. ericyeoh 1 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 Link to comment Share on other sites More sharing options...
Moderators JLogan3o13 Posted December 11, 2018 Moderators Share Posted December 11, 2018 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! Link to comment Share on other sites More sharing options...
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