Jump to content

How to include Autoit .au3 libraries in AutoitX?


 Share

Recommended Posts

Hello everyone!

I started to use AutoitX, and I think it is very interesting, since I feel more confortable using C++, but I also needed Autoit functionality in my program.

Here is my problem:

Before I started to use AutoitX I was using Autoit3, with a particular library called FF.au3 (the firefox automation library) and some others. Now that I'm coding in C++ with the project configuration that can be found in this forum, I'm not very sure about how could I "include" that FF.au3 (and actually, any .au3 library) in my C++ project.

Does anyone know how to include them?

Thanks for your answers! :idiot:

Link to comment
Share on other sites

Well, I've been thinking and I found a "solution" taking another way.

Since I want to have FF.au3 functionalities in C++, I think that the best solution is migrate to Visual C++ and use WebBrowser control (in substitution of FF.au3)

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