Search found 3 matches

by tomotello
Fri Sep 15, 2017 4:08 pm
Forum: Command Line and Scripting Interface
Topic: VC++ example from iMacros v12 distr / Visual Studio 2017
Replies: 0
Views: 14562

VC++ example from iMacros v12 distr / Visual Studio 2017

Just sorted out to compile the VC++ examples from the iMacros v12 distribution in Visual Studio 2017 C++ on Windows10 v1703. Might be others can benefit from the findings. There are two things to consider: 1) The Macro codes doesn't work anymore with the actual iMacros Test site 2) Visual Studio 201...
by tomotello
Mon Sep 11, 2017 12:01 pm
Forum: Command Line and Scripting Interface
Topic: iimGetStopwatch with Perl
Replies: 2
Views: 16187

Re: iimGetStopwatch with Perl

a working approach in perl is to add STOPWATCHTIME to !EXTRACT right after the second STOPWATCH measure point: ADD !EXTRACT {{!STOPWATCHTIME}} if you in addition add the idname itself to the !EXTRACT statement you can later in perl split it into idname,value pairs ADD !EXTRACT Firstpage,{{!STOPWATCH...
by tomotello
Sun Sep 03, 2017 5:35 pm
Forum: Command Line and Scripting Interface
Topic: PERL $b->iimGetLastErrorMessage() method returns "undef"
Replies: 14
Views: 26544

Re: PERL $b->iimGetLastErrorMessage() method returns "undef"

From the Wiki Reference http://wiki.imacros.net/Command_Reference#Scripting_Interface_Command_Overview it's actually iimGetErrorText() while iimGetLastError() seems to be old (obviously still working). However, the Perl Example on the Wiki still has iimGetLastErrorMessag() which seems to be a typo s...