Will compile, won't fire up IE

Technical support and scripting issues

Moderators: JRL, Dorian (MJT support)

Post Reply
mightycpa
Automation Wizard
Posts: 343
Joined: Mon Jan 12, 2004 4:07 pm
Location: Vienna, VA

Will compile, won't fire up IE

Post by mightycpa » Mon Dec 15, 2008 2:22 am

Hi,

I've got a macro that works in MS>

Code: Select all

//Simple simon IE instance creator
 
Label>Login
//Move the mouse cursor out of harm's way to avoid causing mouseover events to interrupt
MouseMove>0,0
Let>delay=1
IE_Create>0,IE[0]

However, when it compiles, it does not seem to create an IE instance. The mouse does move to the upper left hand corner. Then nothing.

I have IEAuto.dll in the executable's folder.

What am I missing?

Tx,

George
"A facility for quotation covers the absence of original thought." - Lord Peter Wimsey

User avatar
Marcus Tettmar
Site Admin
Posts: 7395
Joined: Thu Sep 19, 2002 3:00 pm
Location: Dorset, UK
Contact:

Post by Marcus Tettmar » Mon Dec 15, 2008 8:15 am

As you are using the imported function names you need an Imports folder beneath your Exe containing both IEAuto.dll and IEAuto.ini

If you use LibFunc calls instead you would only need IEAuto.dll with your exe.
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar

Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?

Post Reply
Sign up to our newsletter for free automation tips, tricks & discounts