Orca Posted October 5, 2005 Share Posted October 5, 2005 (edited) How? I used functions like StringRegExp() and they aren't recognized when I run my compiled script... Edited October 5, 2005 by SiC_Goat I AM ORCA!! A VERY POWERFUL WHALE!!! Link to comment Share on other sites More sharing options...
MHz Posted October 5, 2005 Share Posted October 5, 2005 That function is in AutoIt beta. That would be Au3Check creating the error message? If you are using Scite4AutoIt3, then check out the developers forum for the Scite4AutoIt3 thread and check for an update. Even if Au3Check is complaining, but the script is still correct, then it should still run or compile. Ensure that you are not choosing the release selections for go and compile. Link to comment Share on other sites More sharing options...
Orca Posted October 5, 2005 Author Share Posted October 5, 2005 No, I mean that I'm compiling a script that WORKS in beta, I use AutoIT.exe from the Beta section and it does exactly what I want. But I can't find an au3toexe compiler that recognizes the new beta functions like StringRegExp... I used the normal compiler and the compiled executable fails miserably. I AM ORCA!! A VERY POWERFUL WHALE!!! Link to comment Share on other sites More sharing options...
HardCopy Posted October 5, 2005 Share Posted October 5, 2005 No, I mean that I'm compiling a script that WORKS in beta, I use AutoIT.exe from the Beta section and it does exactly what I want. But I can't find an au3toexe compiler that recognizes the new beta functions like StringRegExp... I used the normal compiler and the compiled executable fails miserably.?:\Program Files\AutoIt3\Beta\Aut2Exe\Aut2Exe.exeCheck you have the above in your installed autoit directory.HardCopy Contributions: UDF _DateYearFirstChildren are like Farts, you can just about stand your own.Why am I not a Vegetarian?...Well...my ancestors didn't fight & evolve to the Top of the food chain for me to survive on Salad Link to comment Share on other sites More sharing options...
MHz Posted October 5, 2005 Share Posted October 5, 2005 (edited) No, I mean that I'm compiling a script that WORKS in beta, I use AutoIT.exe from the Beta section and it does exactly what I want. But I can't find an au3toexe compiler that recognizes the new beta functions like StringRegExp... I used the normal compiler and the compiled executable fails miserably.No? I can add this to a new script and compile it. Only Au3Check complains, not Aut2Exe. Aut2Exe only parses the compilers directives and compiles. Aut2Exe does not report on errors of which functions exist.StringRegFake() Edited October 5, 2005 by MHz Link to comment Share on other sites More sharing options...
Confuzzled Posted October 6, 2005 Share Posted October 6, 2005 No? I can add this to a new script and compile it. Only Au3Check complains, not Aut2Exe. Aut2Exe only parses the compilers directives and compiles. Aut2Exe does not report on errors of which functions exist.StringRegFake() StringRegExp has problems that are being worked on. See other threads... Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now