Re: my favourite dot command [message #63483 is a reply to message #63374] |
Fri, 07 November 2008 13:01   |
Vince Hradil
Messages: 574 Registered: December 1999
|
Senior Member |
|
|
On Nov 7, 2:45 pm, David Fanning <n...@dfanning.com> wrote:
> Vince Hradil writes:
>> If you're testing the vm code on your machine and you don't explicitly
>> tell IDL to use the vm, it will take a license, no?
>
> I've been running these on my wife's machine, and
> no license there at all.
>
> To be fair, I have never, ever used the code in
> FSC_PSCONFIG__DEFINE that contained the EXECUTE
> commands, except when I was testing the functionality.
> (It has to do with font information, which I handle
> differently in PostScript.) So...I suppose it could
> be there and not work, but the point is, I compiled
> and produced the save file without problems.
>
> Cheers,
>
> David
> --
> David Fanning, Ph.D.
> Coyote's Guide to IDL Programming (www.dfanning.com)
> Sepore ma de ni thui. ("Perhaps thou speakest truth.")
I'm not surprised at that - the EXECUTE() won't fail in the vm until
the vm tries to "execute" it. If you code branches somewhere else
every time, then that's fine as far as the vm is concerned. The code
will compile fine, too, since it has no syntax errors.
|
|
|