Page 1 of 2
AutoIt Wrapper
Posted: Mon Mar 12, 2012 4:02 am
by Warmonger
Here is my AutoIt wrapper for PureBasic. I managed to complete the time consuming typing part, now its available publicly. Rest assure I have not tested every function, and it may have several bugs in it. I would be appreciated it if you submit them to the
issue section of the project page. If you have the fix to the problem feel free to submit that as well.
Project Page:
http://code.google.com/p/au3wrap/
Re: AutoIt Wrapper
Posted: Tue Mar 13, 2012 3:43 am
by IdeasVacuum
looks very good!

Re: AutoIt Wrapper
Posted: Fri Mar 16, 2012 10:12 am
by Warmonger
IdeasVacuum wrote:looks very good!

Thanks

Updated to R2 which fixes the *szControl parameter for all of the control commands. Was declaring them as long before woops

Re: AutoIt Wrapper
Posted: Wed Mar 28, 2012 10:41 pm
by electrochrisso
Good work, I must try this out.
Thanks
Re: AutoIt Wrapper
Posted: Wed Mar 28, 2012 11:35 pm
by juror
This kind of addition to the language is great.
Re: AutoIt Wrapper
Posted: Thu Mar 29, 2012 8:30 pm
by electrochrisso
This kind of addition to the language is great.
Yes. I think that AutoIt and PB are a good match.

Re: AutoIt Wrapper
Posted: Thu Apr 12, 2012 8:36 am
by A M S
link don't work for me, please upload other place , Merci
Re: AutoIt Wrapper
Posted: Fri Apr 13, 2012 6:40 am
by Warmonger
A M S wrote:link don't work for me, please upload other place , Merci
Google Code should work for everybody. I don't condone uploading it to another place.
Uploaded R3
- Removed the free function as its not needed
- Au3_Init() has been changed to InitAu3()
Re: AutoIt Wrapper
Posted: Thu Apr 19, 2012 4:24 pm
by A M S
Either way does not work for me

Re: AutoIt Wrapper
Posted: Fri Apr 20, 2012 10:05 am
by electrochrisso
Either way does not work for me

Works for me, just downloaded, perhaps you are being blocked.

Re: AutoIt Wrapper
Posted: Tue Apr 24, 2012 6:44 am
by Warmonger
A M S wrote:Either way does not work for me

I sent you a alternative link via PM. Have fun!
Edit: 4/25
Updated to R4 which includes the following changes.
Code: Select all
- Function Prefix Changed To Match Library Default [Function() Is Now AU3_Function()]
- Added Missing ControlTreeView() Function
Re: AutoIt Wrapper
Posted: Thu Apr 26, 2012 11:49 pm
by Zach
This could prove useful..
Would we be able to access AutoIt's scripting functionality as well? i.e Variables, Functions, Math operations, etc.
I think many people would love it if we were able to use the scripting aspect of AutoIT inside our own programs, sharing data between the program and scripts being run, etc.. Personally, It would probably help me out immensely with my game if I had an easy to implement scripting language.
I hope you plan on implementing this kind of thing

Re: AutoIt Wrapper
Posted: Fri Apr 27, 2012 2:01 am
by Warmonger
Zach wrote:This could prove useful..
Would we be able to access AutoIt's scripting functionality as well? i.e Variables, Functions, Math operations, etc.
I think many people would love it if we were able to use the scripting aspect of AutoIT inside our own programs, sharing data between the program and scripts being run, etc.. Personally, It would probably help me out immensely with my game if I had an easy to implement scripting language.
I hope you plan on implementing this kind of thing

Unfortunately no. The wrapper supports up to version 3.2.12.1 of the AutoItX library. Basically all this does is allow us to call the internal functions of the library and nothing more. Which in itself can save lots of time coding as the library has several useful functions. I personally wouldn't recommend AutoIt for any type of game development as its extremely slow. I would give LUA and other scripting languages like that a look before hand.
Re: AutoIt Wrapper
Posted: Fri Apr 27, 2012 2:09 am
by electrochrisso
Hi warmonger, only had a little play, but seems to be working ok so far.

Re: AutoIt Wrapper
Posted: Sat Apr 28, 2012 4:33 am
by ehowington
Been having some issues getting the functions within the library to send test to a control tested a few times on a few applications I'm not sure if It's something I'm doing but all the tools i'm using to identify the control id are not working or im just not using the commands correct while some of them work others don't