Re: Problem using IDLBridge with virtual machine [message #75153] |
Wed, 16 February 2011 09:03 |
Jean[2]
Messages: 41 Registered: October 2010
|
Member |
|
|
On Feb 16, 11:58 am, Michael Galloy <mgal...@gmail.com> wrote:
> On 2/16/11 8:28 am, Jean wrote:
>
>
>
>> I wrote a routine that used IDL_IDLBRIDGE and it works perfectly via
>> the workbench. Then I created a .sav file of this routine and tried to
>> use it with the virtual machine but I get the following error when the
>> bridge object is created:
>
>> IDL_IDLBRIDGE Error: Set IDLVariable is unavailable in this
>> licensing mode.
>
>> Any idea what is going on. Is it possible to use the IDLBRIDGE with
>> the virtual machine ?
>
>> I'm working on linux with IDL 8.0.
>
>> Thanks
>
>> Jean
>
> While not explicitly mentioned in the online help, using the
> IDL_IDLBridge is basically using EXECUTE which is prohibited in the VM:
>
> http://idlastro.gsfc.nasa.gov/idl_html_help/Limitations_of_V irtual_Ma...
>
> Mike
> --www.michaelgalloy.com
> Research Mathematician
> Tech-X Corporation
Ok. that's why !
Thanks Mike
|
|
|
Re: Problem using IDLBridge with virtual machine [message #75154 is a reply to message #75153] |
Wed, 16 February 2011 08:58  |
Michael Galloy
Messages: 1114 Registered: April 2006
|
Senior Member |
|
|
On 2/16/11 8:28 am, Jean wrote:
> I wrote a routine that used IDL_IDLBRIDGE and it works perfectly via
> the workbench. Then I created a .sav file of this routine and tried to
> use it with the virtual machine but I get the following error when the
> bridge object is created:
>
> IDL_IDLBRIDGE Error: Set IDLVariable is unavailable in this
> licensing mode.
>
> Any idea what is going on. Is it possible to use the IDLBRIDGE with
> the virtual machine ?
>
> I'm working on linux with IDL 8.0.
>
> Thanks
>
> Jean
While not explicitly mentioned in the online help, using the
IDL_IDLBridge is basically using EXECUTE which is prohibited in the VM:
http://idlastro.gsfc.nasa.gov/idl_html_help/Limitations_of_V irtual_Machine_Applications.html
Mike
--
www.michaelgalloy.com
Research Mathematician
Tech-X Corporation
|
|
|
|