Header File *.h? [message #24552] |
Thu, 05 April 2001 02:19  |
Dominik[1]
Messages: 46 Registered: April 2001
|
Member |
|
|
Helle there,
another question from me (its because I am new to IDL and have to use some
code frome sobody else). I never find a header file (*.h) while using IDL.
But the source I have to use is using a header file, that means there is a
header file *.h with some structure declerations. But IDL ignore it.
Does somebody know, how to use such a header file?
Thanks
Dominik
|
|
|
|
Re: Header File *.h? [message #24612 is a reply to message #24552] |
Thu, 05 April 2001 12:09  |
Craig Markwardt
Messages: 1869 Registered: November 1996
|
Senior Member |
|
|
"Dominik" <dpaul@ukl.uni-freiburg.de> writes:
> Is there also a possibility to save system variables, so IDL automaticly
> knows them?
>
You could do one of these:
* set the variables in your IDL startup file. This file is a script
that runs in each IDL session. See the manual.
* "SAVE, /SYSTEM" might do the trick but the hitch is that it saves
*all* the system variables.
Dominik, you have a lot of questions. Maybe you could pause for a
breath sometime? :-)
Craig
--
------------------------------------------------------------ --------------
Craig B. Markwardt, Ph.D. EMAIL: craigmnet@cow.physics.wisc.edu
Astrophysics, IDL, Finance, Derivatives | Remove "net" for better response
------------------------------------------------------------ --------------
|
|
|