[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Header File *.h?



Seems that I can include such a "header file" just with a @, like
@NukMed.h in the beginning and then it is there.

The file doesnt need a special beginning and end, just the IDL syntax has to
be correct of course.
It is also possible to include *.pro like this.

Dominik



"David Fanning" <davidf@dfanning.com> schrieb im Newsbeitrag
MPG.15361a3b1e3be4b1989dcd@news.frii.com">news:MPG.15361a3b1e3be4b1989dcd@news.frii.com...
> Dominik (dpaul@ukl.uni-freiburg.de) writes:
>
> > 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?
>
> Unless a file has a *.pro or *.sav extension, IDL cannot
> "find" it automatically. The person who wrote the *.h file
> for IDL had been to too many C programming workshops. :-)
>
> The proper way to write a file with structure declarations
> is to give the file the "name" of the structure with __DEFINE.PRO
> (two underscores) appended to it. Put this file in the !PATH
> and IDL will find it automatically when you create the structure
> in the code.
>
> Cheers,
>
> David
> --
> David Fanning, Ph.D.
> Fanning Software Consulting
> Phone: 970-221-0438 E-Mail: davidf@dfanning.com
> Coyote's Guide to IDL Programming: http://www.dfanning.com/
> Toll-Free IDL Book Orders: 1-888-461-0155