Jump to content

Is the DLL complete?


vinter
 Share

Recommended Posts

Why don't you just take a look in the AutoItX help file? (It's in the AutoItX directory)

I don't think you will find any of the GUI* functions there as they are supposed to work on AutoIt's own GUI environment. You do however find quite many WIN* functions in the AutoItX dll, enabling you to manipulate Windows windows.

Link to comment
Share on other sites

The function prototypes that you can see in the help file are exactly those that are present in AutoIt.h... So having a look at the help file is exactly the same as having a look at the header file...

Now, the problem is, I am working on something that is to be done in parts - some parts by me and others by other team members. The other team members want that things should be done in C++. So I thought I would be smart and use AutoIt's DLL. But since a major portion of my work is concerned with making a gui, i realised that it's not going to work... So any suggestions? Anyone?

Link to comment
Share on other sites

Depends on the requirement for the GUI.

You could make the GUI in Autoit and create a dll of the C++ stuff. But it is probably better to just dolearn the CreateWindowEx and associated API stuff

Link to comment
Share on other sites

Was just wondering... is there a techincal difficulty in making the dll exhaustive?

I think it's pointless as many of the left-out functions are wrappers around native API calls.
Link to comment
Share on other sites

If you're lazy, try some C++ GUI libraries.

Here's a devpack for the RAD C++ GUI Library.

http://devpaks.org/details.php?devpak=122

#)

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