do dlms work in vm? [message #39665] |
Tue, 08 June 2004 13:54  |
R.G. Stockwell
Messages: 363 Registered: July 1999
|
Senior Member |
|
|
Can one write some code that utilizes a dlm (Ronn Kling's idltoavi to be
specific) and then employ that code in the Virtual Machine?
My problem is that some of here want to make some avi's like
i do in IDL on my window box, but all the other IDL licenses are on linux boxes.
I suggested whipping up a little widget to load jpgs and spit out the avi,
and running it on one of our public windows machines via VM.
But before I start, I figure I'd see if its possible first.
Cheers,
bob
|
|
|
Re: do dlms work in vm? [message #39741 is a reply to message #39665] |
Wed, 09 June 2004 11:44  |
Rick Towler
Messages: 821 Registered: August 1998
|
Senior Member |
|
|
"R.G. Stockwell" wrote ...
> Can one write some code that utilizes a dlm (Ronn Kling's idltoavi to be
> specific) and then employ that code in the Virtual Machine?
No Worries.
IDL2AVI like a champ in my applications compiled for the VM.
-Rick
|
|
|
Re: do dlms work in vm? [message #39747 is a reply to message #39665] |
Wed, 09 June 2004 10:16  |
R.G. Stockwell
Messages: 363 Registered: July 1999
|
Senior Member |
|
|
"Haje Korth" <haje.korth@jhuapl.edu> wrote in message news:ca7fnb$e70$1@aplcore.jhuapl.edu...
> just use the CD!
>
Yeah, I'll have to, I downloaded it yesterday, and the install failed, and
I had downloaded it again this morning (on a different comp), and just
this minute had the install fail again. ARGH! something is kinda goofy on
that computer, perhaps I have a hardware problem.
I'm certain there are some CDs laying around here with the VM.
I'll have to check the coasters on the coffee table, and the dog frisbees. :)
|
|
|
Re: do dlms work in vm? [message #39748 is a reply to message #39665] |
Wed, 09 June 2004 10:00  |
Haje Korth
Messages: 651 Registered: May 1997
|
Senior Member |
|
|
just use the CD!
"R.G. Stockwell" <noemail@please.com> wrote in message
news:56Hxc.8$vQ1.13663@news.uswest.net...
> Good news,
> I will go ahead and slowly download the gigantic file to put the VM on our
Win2000 box.
>
> Thanks for the info!
>
> Cheers,
> bob
>
>
|
|
|
|
Re: do dlms work in vm? [message #39750 is a reply to message #39665] |
Wed, 09 June 2004 08:01  |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
Karl Schultz writes:
> Another way to feel better about the answer to this question is to observe
> that IDL ships with a good deal of functionality off in DLM's for modularity
> and to keep unneeded code out of the system. For example, the IPTOOLS DLM
> contains the ROI objects and some other functionality and there are no VM
> restrictions on using those.
And thank goodness! Otherwise the one or two people
who use those iTools (according to my recent informal survey)
would be *extremely* upset. :^)
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/
|
|
|
Re: do dlms work in vm? [message #39751 is a reply to message #39665] |
Wed, 09 June 2004 07:57  |
Karl Schultz
Messages: 341 Registered: October 1999
|
Senior Member |
|
|
Another way to feel better about the answer to this question is to observe
that IDL ships with a good deal of functionality off in DLM's for modularity
and to keep unneeded code out of the system. For example, the IPTOOLS DLM
contains the ROI objects and some other functionality and there are no VM
restrictions on using those.
Karl
"Haje Korth" <haje.korth@jhuapl.edu> wrote in message
news:ca6t0o$j2n$1@aplcore.jhuapl.edu...
> Bob,
> I am not aware of any limitations that prevent you from executing DLM code
> from VM. Once a DLM is loaded, IDL does not distinguish between routines
> contained in the IDL distribution itself and external routines. Just make
> sure your program does not use the Execute function. The IDLtoAVI DLM
works
> beautifully and the example code works out of the box. No need to read man
> pages for an hour before you can make your own "Hello World" avi!
>
> Cheers,
> Haje
>
>
>
> "R.G. Stockwell" <noemail@please.com> wrote in message
> news:IIpxc.203$N07.76563@news.uswest.net...
>> Can one write some code that utilizes a dlm (Ronn Kling's idltoavi to be
>> specific) and then employ that code in the Virtual Machine?
>>
>> My problem is that some of here want to make some avi's like
>> i do in IDL on my window box, but all the other IDL licenses are on
linux
> boxes.
>> I suggested whipping up a little widget to load jpgs and spit out the
avi,
>> and running it on one of our public windows machines via VM.
>> But before I start, I figure I'd see if its possible first.
>>
>> Cheers,
>> bob
>>
>>
>
>
|
|
|
Re: do dlms work in vm? [message #39759 is a reply to message #39665] |
Wed, 09 June 2004 04:41  |
Haje Korth
Messages: 651 Registered: May 1997
|
Senior Member |
|
|
Bob,
I am not aware of any limitations that prevent you from executing DLM code
from VM. Once a DLM is loaded, IDL does not distinguish between routines
contained in the IDL distribution itself and external routines. Just make
sure your program does not use the Execute function. The IDLtoAVI DLM works
beautifully and the example code works out of the box. No need to read man
pages for an hour before you can make your own "Hello World" avi!
Cheers,
Haje
"R.G. Stockwell" <noemail@please.com> wrote in message
news:IIpxc.203$N07.76563@news.uswest.net...
> Can one write some code that utilizes a dlm (Ronn Kling's idltoavi to be
> specific) and then employ that code in the Virtual Machine?
>
> My problem is that some of here want to make some avi's like
> i do in IDL on my window box, but all the other IDL licenses are on linux
boxes.
> I suggested whipping up a little widget to load jpgs and spit out the avi,
> and running it on one of our public windows machines via VM.
> But before I start, I figure I'd see if its possible first.
>
> Cheers,
> bob
>
>
|
|
|