Jump to content

Useing IE.au3 on a x64 Win7 box


ofLight
 Share

Recommended Posts

There are two InternetExplorer.Application objects on x64-bit systems, one for x32 bit, the other for x64. By default, the x64 bit version is launched when you call the object from IE.au3._IECreateEmbedded() . Does anyone know of an equivalent method for creating a Webbrowser object useing the x86 IE version on a x64 OS?

There is always a butthead in the crowd, no matter how hard one tries to keep them out.......Volly

Link to comment
Share on other sites

You'll have to run your script in x86 (32-bit mode). If this isn't feasible, you can run a 'helper' script which will handle the IE objects.

To set your script to run from SciTE in x86 mode, add the following line at the top:

'#AutoIt3Wrapper_UseX64=n'

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...