i copied the example from clipboard and tried _IECreate in my 64-bit machine. still it is not working.
#include <IE.au3>
_IECreate("www.autoitscript.com", 1, 1, 0)
_IECreate("my.yahoo.com", 1, 1, 0)
_IECreate("www.google.com", 1, 1, 0)
showing the following error msg:
>Running AU3Check (3.3.14.0) from:C:\Program Files (x86)\AutoIt3 input:C:\temp\1.au3
+>19:19:39 AU3Check ended.rc:0
>Running:(3.3.14.0):C:\Program Files (x86)\AutoIt3\autoit3_x64.exe "C:\temp\1.au3"
--> Press Ctrl+Alt+Break to Restart or Ctrl+Break to Stop
--> IE.au3 T3.0-2 Warning from function _IEAttach, $_IESTATUS_NoMatch
--> IE.au3 T3.0-2 Error from function _IECreate, (Browser Object Creation Failed)
--> IE.au3 T3.0-2 Warning from function _IEAttach, $_IESTATUS_NoMatch
--> IE.au3 T3.0-2 Error from function _IECreate, (Browser Object Creation Failed)
--> IE.au3 T3.0-2 Warning from function _IEAttach, $_IESTATUS_NoMatch
--> IE.au3 T3.0-2 Error from function _IECreate, (Browser Object Creation Failed)
+>19:19:39 AutoIt3.exe ended.rc:0
+>19:19:39 AutoIt3Wrapper Finished.
>Exit code: 0 Time: 0.4882
Any help on this problem would be greatly appreciated. Thank you in advance.
I even tried with the latest version of Autoit - but it gives the same result (also tired of trying 2 options while installing, x86 and 64bit, same errors)