Jump to content

quick Call() question


Recommended Posts

Don't worry about it... if you dont know what a plugin function is... then the function you are using is probably not a plugin function...

(I dont know what a plugin function is either)

What goes around comes around... Payback's a bitch.

Link to comment
Share on other sites

Don't worry about it... if you dont know what a plugin function is... then the function you are using is probably not a plugin function...

(I dont know what a plugin function is either)

well I am using all sort's of includes and fileinstalls and function calling from ini files so I don't know, and I think It would be nice to know befor I start working on something that will not work.

edit: Would plugin functions be modified source code? or something like that, wich would be very similar (if not the same) as an autoit built-in function

Edited by ramadash
Link to comment
Share on other sites

well I am using all sort's of includes and fileinstalls and function calling from ini files so I don't know, and I think It would be nice to know befor I start working on something that will not work.

edit: Would plugin functions be modified source code? or something like that, wich would be very similar (if not the same) as an autoit built-in function

AutoIt has a plug-in functionality that lets you extend the platform and write your own functions in C++. It's a neat little feature but hard to find that much on outside he downloadable SDK. I seriously doubt you can use a plugin and not know about it. Call() and Execute() are probably sufficient for most purposes.

Link to comment
Share on other sites

AutoIt has a plug-in functionality that lets you extend the platform and write your own functions in C++. It's a neat little feature but hard to find that much on outside he downloadable SDK. I seriously doubt you can use a plugin and not know about it. Call() and Execute() are probably sufficient for most purposes.

thank you thats all I wanted to know :P
Link to comment
Share on other sites

Call() and Execute() are probably sufficient for most purposes.

I don't know if you worded this poorly or just don't know any better. However, saying that those two functions are sufficient for "most purposes" is wrong since there are very few purposes where those two functions even need to be used. About 95% of the people using AutoIt should never use those two functions since they are for very niche things.
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...