What Language Was Autoit Coded With?
Anyone know what language Autoit V3 was coded in? Im very curious and can't find an answer.
View ArticleCan't write DLL using __stdcall that works with AutoIt (__cdecl works)
Here's my situation: I've dinked around with trying to create a C++ object in AutoIt by matching the object declaration as a struct, and failed miserably. No doubt it's because while I understand in...
View ArticleNeeding some Java help
Hey Guys, So i've just implemented Jira at my work and was given the task of being system administrator and configuring everything which is good experience for me for coding somethign other than...
View ArticleModularity: Local outside any function: modularity
As I understand it: there is no distinction, when a variable is declared outside any function, between declaring it Global and declaring it Local. This is unfortunate when: a project has several...
View ArticleCommunication with AutoIt and Java does not work
Hi, I am developing a test framework for automated tests. For this my Java Code generates AutoIt-scripts. Additionally there are some cases, where static scripts are needed, for example to execute...
View ArticleLocation of language strings?
In looking into the way AutoIt3Wrapper inserts the language strings into the exe, I haven't been able to determine the source of the blocks of language strings ... IOW, the value of $InpResFile in the...
View ArticleDetails on how AutoIt handles fractional exponents.
I've implemented a certain algorithm which uses fractional exponents (PowF(float, float)) to calculate intermediate values. Now I'm trying to convert this calculation (from AutoIt) to simple ASM...
View ArticleMSDN hates XP as much as I do
It appears that the MSDN site has given up totally on supporting XP or assisting those that are still on it. If you do a search for any control reference information on MSDN you'll see that almost all...
View ArticleNeed insight on AutoIt's support for PNGs
I'd like to get some insight and guidance from someone versed in the mechanics AU3’s support for images in PNG format. I’ve used PNGs in various ways in AutoIt for years. But I happened upon a case...
View Articlewinkill, send, winclose, controlclick etc. are not working
winkill, send, winclose, controlclick etc. are not working for my windows 7 system. I am making one old xp application (that is for checking the presence of some software in the machine) compatible...
View ArticleShortened S-Box
Hi there, i am currently using an encryption of AES or one of the examples and i was wondering is there a short handed version of the S-Box and the inverse S-Box? My S-Box and the Inverse S-Box are...
View ArticleOld Scite4Autoit Versions
Hello, is there an archive where I can download old Scite4Autoit versions? I need the version 3.4.0 (01/22/2014) or below. Thank you
View Articlecount fast occurence of a char in a (very long) string
The little assembly code posted here by Tekk to count how many @LF there are in a string is very fast. It can be easly modified to count any other char instead of only a @LF in this way: AutoIt...
View ArticleTranslate C# to Autoit
Some time ago i had created a function in C# and i need it know for a project i am working on in Autoit. The code looks like this Plain Text expandcollapse popupstatic void _Stream(string sUrl,...
View ArticleFor what purpose is _Crypto_DeriveKey?
I've recently started working with the encryption functions. I'm able to encrypt and decrypt files just fine. But I keep noticing references to _Crypto_DeriveKey. Yet I can't find any explanation of...
View ArticleSQLdeveloper REGEX_LIKE
Hi! anyone with some oracle SQL experience? I want to join 2 tables, where the only possible join is by two different columns. Column A is a twelve character long number, while the other ( B ) is a...
View ArticleUsing: Microsoft.XMLHTTP / MSXML2.XMLHTTP.3.0 / Winhttp.winhttprequest.5.1
Is there any difference in using one of the following objects: ; Global $g__sClassName = 'Winhttp.winhttprequest.5.1' ; Global $g__sClassName = 'MSXML2.XMLHTTP.3.0' Global $g__sClassName =...
View Article[Solved] SQL/ite syntax error
Can anyone see what is wrong with this table creation string? SQL = CREATE TABLE DEFAULT (REF INT, TIME VARCHAR (8), Prok VARCHAR (40), DATE VARCHAR (30), Izzz INT, Core DOUBLE, Cold VARCHAR (24), Hot...
View ArticleProblem accessing Toggle PropertyID
junkew I've been researching pretty extensively through your wrapper examples and concepts in order to automate a program I am working with and have come across a snag. I'm hoping you can help me out...
View ArticleNew function for Autoit ?
Hi team, I'm back in the forum after all lost of years I started with Autoit at the beginning and i still use it almost every days i'm not sure i'm in the good place but i propose a new function for...
View Article