On Fri, 19 Apr 2013 00:39:03 +0100
John Lee wrote:
> Thanks - however, my attempt to modify the test program by adding the exec
> as below so it works in 'parallel' with the main program doesn't work, so I
> must have missed something.
What does not work?
> program Test;
> {$mode objfpc}{$H+}
Thanks - however, my attempt to modify the test program by adding the exec
as below so it works in 'parallel' with the main program doesn't work, so I
must have missed something.
program Test;
{$mode objfpc}{$H+}
uses windows,classes, dos, crt, sysutils,MTProcs;
var j:longint;
// a simple parall
On Thu, 18 Apr 2013 21:46:23 +0100
John Lee wrote:
> I have a program that captures xml data every 2-6 secs from a power sensor,
> win , xp. Would like to use freearc ebvery minute or so to compress the
> previous data in parallel w/o stopping the capture. Running arc from cmd
> line using exec e