Technical support and scripting issues
Moderators: Dorian (MJT support), JRL
-
Randall
- Junior Coder
- Posts: 38
- Joined: Fri Jan 13, 2012 4:39 am
Post
by Randall » Thu Jul 11, 2013 7:04 pm
I created an executable using the compile function, but the first time it ran, it failed to find the ircv.dll file. I noticed afterwards that an identical copy of this dll was placed into the scp area where I compiled the executable.
Just curious, why was the copy made into the scp area?
Randall
-
CyberCitizen
- Automation Wizard
- Posts: 721
- Joined: Sun Jun 20, 2004 7:06 am
- Location: Adelaide, South Australia
Post
by CyberCitizen » Fri Jul 12, 2013 12:09 am
Much like the gettext commands the image rec needs that dll file placed in the same directory of the compiled script to call the necessary functions, compile a script that has Web recorder functions or get text and you will see a lot more dlls in the same folder.
FIREFIGHTER
-
Randall
- Junior Coder
- Posts: 38
- Joined: Fri Jan 13, 2012 4:39 am
Post
by Randall » Fri Jul 12, 2013 12:30 am
Thanks for that information