Quote:

I had another thought: if Autoit has a library AutoitX3.dll, can I use the functions from this library not just in Kix, but say in C++? I'm sure it's a silly question, I just haven't done any programming under Windows yet. If I can use AutoIt functions in C++, that would be ideal, because then I could essentially write the whole program (Decider+Script) in C++.




So what would you say is easier: use AutoIt (or Kixstart) functions in C++ or write my own functions for getting the color of pixels, moving the mouse, etc. in C++? Or maybe there's some other way to integrate an AutoIt/Kixstart script and a C++ program (which I called Decider earlier) that I'm overlooking?