silveredge78 wrote:
How similar is IronAHK to AHK in terms of commands, syntax, structure, etc? I do not know C or any variant. I like AHK cause it is basically English and quite intuitive for me.
As far as scripting is concerned it should be exactly the same with a few enhancements such as arrays, native JSON and interchangeable function/command syntax to invoke methods.
silveredge78 wrote:
How does the SQL support work? I'm definitely interested in the SQL support as that is something that I feel is lacking in AHK natively.
Initially I plan on
SQLite, MSSQL/Express and
MySQL but in future any other ADO.NET provider can be added. I may copy the
PDO syntax for database connectivity.
silveredge78 wrote:
Also, what is the level of help using IronAHK here on these forums compared to AHK? Are they similar enough that people can still help me out?
At it's current state it's only usable by other C# programmers. Making it newb friendly and close to
vanilla AHK is high priority however.
silveredge78 wrote:
Also, where is the download link for the Windows platform version? The google page doesn't seem to have it, or else it doesn't make sense to me.
It's in SVN only at the moment, sorry.
silveredge78 wrote:
Sorry for all the questions. And in case it matters, Windows XP SP2/SP3, Windows 2000 server are the platforms I work on. Thanks in advance!
Since XP SP1 all versions of Window comes tied with .NET, so it should be fine.
-------------------------
In true open source fashion I've been documenting the project more than I have been working on the code. Here is a semantic flowchart I drew up today of the processes involved from the moment IronAHK is started to when the script executes:
