Tripoz Posted August 24, 2015 Posted August 24, 2015 i have code that i use in Windows 8(x86) and its work it perfectly..but when i using it in Windows 7 (x64) it wont work..the error is : "C:\Program Files (x86)\AutoIt3\Include\IE.au3" (344) : ==> The requested action with this object has failed.: $sTmp = $oWindow.type $sTmp = $oWindow^ ERRORi guess it about _IECREATE() and _IEATTACH on IE.au3 because my line its bout under 100.how to fix it?? i want to use mycode in x64 mode.thx btw
EmilyLove Posted August 24, 2015 Posted August 24, 2015 I took a look at the IE.au3 include found in your autoit directory. The comment on line 13 ("; Dll ...........: user32.dll, ole32.dll, oleacc.dll") leads me to believe that this will only work for 32 bit systems. Try forcing compile in 32 bit mode and see if it works on your Windows 7 (x64) and see if it works.
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