d0n Posted August 31, 2006 Posted August 31, 2006 When i try to run a simple program#include <IE.au3> _IE_VersionInfo() ConsoleWrite(@AutoItVersion & @CR) $oIE = _IECreate ("www.autoitscript.com")i get this, donno what is wrong
fry Posted August 31, 2006 Posted August 31, 2006 I'm not one of the guru's here or anything,infact im a perpetual n00b but it seems to me that theres an error in your included IE udf,since your snippet that you posted has neither 311 lines nore any case statement.Also it could be that your trying to use beta only funtions while using/running normal autoit,not wich as i've just recently pickeded up autoit again and dont know/remember if the current non beta release uses/includes the IE.au3.Either way try redownloading the IE.au3 and if thast doesnt work download,install,then beta run your current example again. p.s. as I said i'm a perpetual n00b so I could be completely wrong,but atleast I tried to help by giving you my opinion.
Moderators big_daddy Posted August 31, 2006 Moderators Posted August 31, 2006 @fry - You are correct.@d0n - You need to download and install the latest production release.
d0n Posted August 31, 2006 Author Posted August 31, 2006 yay ty, fry n00b lol and big daddy for the link
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