Jump to content

How to create dlls


nusaki
 Share

Recommended Posts

  • Moderators

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.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

  • Developers

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 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.
  :)

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

  • 1 month later...

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

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...