hkorchek Posted November 11, 2008 Posted November 11, 2008 Hello All- I am looking through the docs, but I am unable to find the answer. Are we able to build our scripts using excel.au3 at this time with the beta version? I am able to run the script on it's own fine but I cannot see to build it to a standalone .exe
martin Posted November 11, 2008 Posted November 11, 2008 Hello All-I am looking through the docs, but I am unable to find the answer. Are we able to build our scripts using excel.au3 at this time with the beta version? I am able to run the script on it's own fine but I cannot see to build it to a standalone .exeIf you can run the script then you should be able to compile it to an exe. If you use SciTE then it's Alt F7 to Beta Compile. Serial port communications UDF Includes functions for binary transmission and reception.printing UDF Useful for graphs, forms, labels, reports etc.Add User Call Tips to SciTE for functions in UDFs not included with AutoIt and for your own scripts.Functions with parameters in OnEvent mode and for Hot Keys One function replaces GuiSetOnEvent, GuiCtrlSetOnEvent and HotKeySet.UDF IsConnected2 for notification of status of connected state of many urls or IPs, without slowing the script.
Valuater Posted November 11, 2008 Posted November 11, 2008 If you can run the script then you should be able to compile it to an exe. If you use SciTE then it's Alt F7 to Beta Compile.Agreed!8)
hkorchek Posted November 17, 2008 Author Posted November 17, 2008 I get the following error: C:\Users\hwilliams\Desktop\carechek.au3(1,10) : ERROR: can't open include file <Excel.au3> #include <Excel.au3> ~~~~~~~~~^ C:\Users\hwilliams\Desktop\carechek.au3(4,37) : ERROR: _ExcelBookOpen(): undefined function. $oExcel = _ExcelBookOpen($sFilePath1) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ C:\Users\hwilliams\Desktop\carechek.au3 - 2 error(s), 0 warning(s)
hkorchek Posted November 17, 2008 Author Posted November 17, 2008 Agreed!8)Sorry yours worked. I didnt see you had to compile in Beta. THank you very much
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