nusaki Posted August 19, 2009 Posted August 19, 2009 Hey all. Im sure it was discussed before, but I can’t seem to find any tutorial on how to create a Dlls for VB. I have Autoit v3, can someone give me a hint please. keywen.com
Moderators SmOke_N Posted August 19, 2009 Moderators Posted August 19, 2009 Hints: 1. You posted in the wrong forum. 2. Autoit is not capable of creating dlls for itself. Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
nusaki Posted August 19, 2009 Author Posted August 19, 2009 I posted it to AautoitX forum, where do I have to post it? Also I said not for “itself” but for VB.Hints:1. You posted in the wrong forum.2. Autoit is not capable of creating dlls for itself. keywen.com
Developers Jos Posted August 19, 2009 Developers Posted August 19, 2009 (edited) I posted it to AautoitX forum, where do I have to post it? Also I said not for “itself” but for VB.Why do you want to create a DLL when AutoItX3.dll is already there? Edited August 19, 2009 by Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
daluu Posted August 19, 2009 Posted August 19, 2009 Why do you want to create a DLL when AutoItX3.dll is already there?Perhaps the user is thinking you can create DLLs using AutoIt for use in VB? Like calling custom written AutoIt code via DLL/COM instead of just making AutoIt function/API calls using AutoItX COM object/DLL.To the poster: AutoIt scripts can only be compiled into binaries, not DLLs. But you can call AutoIt functions via AutoItX COM API calls. There are some samples included with the installation.
trinitrotoluen Posted October 16, 2009 Posted October 16, 2009 But there are some functions were not in AutoITX. E.g : Msgbox, StringInStr,...
Bowmore Posted October 16, 2009 Posted October 16, 2009 But there are some functions were not in AutoITX. E.g : Msgbox, StringInStr,...For these you have to us the equivalent native VB functions. "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to build bigger and better idiots. So far, the universe is winning."- Rick Cook
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