PsaltyDS Posted April 1, 2008 Posted April 1, 2008 PsaltyDS, I'm sorry for being a pest but now that I upgraded to the beta version I get these two errors:#include <ExcelCOM_UDF.au3>#include <array.au3> #include <adfunctions.au3> The above are included:Next are the errors.H:\My Documents\IDXStuf.au3(610,10) : ERROR: can't open include file <adfunctions.au3>#include <adfunctions.au3>~~~~~~~~~^H:\My Documents\IDXStuf.au3(626,39) : ERROR: _FileWriteFromArray(): undefined function._FileWriteFromArray($sFile, $XLArray,1)Neither of these errors have anything to do with ExcelCOM_UDF.au3.The first error is because you don't have adfunctions.au3 downloaded to where AutoIt can find it.The second error is unrelated to the first: _FileWriteFromArray() is in File.au3, which you did not include. Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
JailDoctor Posted April 2, 2008 Author Posted April 2, 2008 Neither of these errors have anything to do with ExcelCOM_UDF.au3.The first error is because you don't have adfunctions.au3 downloaded to where AutoIt can find it.The second error is unrelated to the first: _FileWriteFromArray() is in File.au3, which you did not include. My copy of adfunctions.au3 is in C:\Program Files\AutoIt3\IncludeI copied it to my @ScriptDir and it worked. Does this make sense?Thanks for the File.au3 commentl. How could I not see it. I even listed the Included files so you could help me and didn't notice I was missing the file.
PsaltyDS Posted April 2, 2008 Posted April 2, 2008 My copy of adfunctions.au3 is in C:\Program Files\AutoIt3\IncludeI copied it to my @ScriptDir and it worked. Does this make sense?Thanks for the File.au3 commentl. How could I not see it. I even listed the Included files so you could help me and didn't notice I was missing the file.If you Run/Compile with Beta, the first location checked will be C:\Program Files\AutoIt3\Beta\Include. Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
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