comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » RESOLVE_ROUTINE essentially unusable on linux?
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: RESOLVE_ROUTINE essentially unusable on linux? [message #77257 is a reply to message #77189] Fri, 12 August 2011 14:54 Go to previous message
David Fanning is currently offline  David Fanning
Messages: 11724
Registered: August 2001
Senior Member
Brian Wolven writes:

> If you develop and run in the same environment you're
> not likely to have problems. If you need portability,
> you'll have to watch out for gotchas like this when
> going from one OS to another.

To be fair to IDL, there are only about two rules
to achieve portability (and maybe a couple more if
you are writing widget programs):

Rule 1: Pay attention to file names. Save files
in lowercase letters and use file routines (e.g.,
FindFile, File_Search, Dialog_Pickfile) to
construct file names.

Rule 2: Save the current device so you can restore
it before you reset it.

thisDevice = !D.Name
Set_Plot, 'PS'
....
Set_Plot, thisDevice

That's about the extent of it. Everything else, to
ITTVIS's credit, just works. :-)

Cheers,

David



--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.idlcoyote.com/
Sepore ma de ni thui. ("Perhaps thou speakest truth.")
[Message index]
 
Read Message
Read Message
Previous Topic: Re: RESOLVE_ROUTINE essentially unusable on linux?
Next Topic: map_set projection "from below"?

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Sat Nov 29 18:03:25 PST 2025

Total time taken to generate the page: 0.64360 seconds