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

Home » Public Forums » archive » Re: How to tell if I'm running IDL or PV-WAVE
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: How to tell if I'm running IDL or PV-WAVE [message #1775 is a reply to message #1772] Mon, 31 January 1994 15:21 Go to previous messageGo to previous message
landers is currently offline  landers
Messages: 45
Registered: May 1993
Member
In article <2ij9uj$jfd@skates.gsfc.nasa.gov>, offenbrg@trifle.gsfc.nasa.gov (Joel Offenberg) writes:
|> sterne@dublin.llnl.gov (Philip Sterne) writes:
|>
<....>
|>
|> The simplest way I can come up with is to check the on-line help.
|> ?call_external
|> should give you a littany about the call_external function in IDL and not much
|> of anything in PV-WAVE, and
|> ?linknload
|> should do the reverse. (If you have both IDL and PV-WAVE running on the same
|> system, you might get both sets of help, although I don't think so.)
|>

Actually, in the most current version of PV-WAVE CL/Advantage (4.20), the ? is no
longer a help command. It now responds with:
% To get online help, use the HELP command.
HELP calls up really fantastic new on-line docs (and for the near future, will
also do what HELP used to do).
INFO is the new command to do what HELP used to.
A bit of a pain, at first, but the new command names make a bit more sense to me.


Back to the issue at hand,

Bill Thompson's suggestion of using
GETENV('WAVE_VERSION')
is pretty good, except that WAVE_VERSION is not strictly required
(it's set in wvsetup, but some goofy sys.admin could whack it).
I think all of the WAVE environment variables are optional, strictly speaking.

How about looking for some standard file that's included with one but
not the other, like:

is_wave = FINDFILE(!Dir+'/bin/wave') NE ''

Of course, you gotta dink with it for VMS....
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: mixing PS fonts in PV-WAVE\
Next Topic: multiple selections from a list

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

Current Time: Wed Oct 08 17:43:34 PDT 2025

Total time taken to generate the page: 0.00375 seconds