Re: silly sav files [message #28510] |
Fri, 07 December 2001 00:23 |
R.Bauer
Messages: 1424 Registered: November 1998
|
Senior Member |
|
|
Rochelle Hatton wrote:
>
> I hope someone can help me, I've trawled the archives with no luck, so it could be just my fried, incompotent brain.
> ( a bit of self-effacing always seems to work with this newsgroup)
> I am trying to create a .sav file to use with a runtime license. I have a few little modules that are called within the main
> program, so I have made sure everything is compiled before the main program, and I have resolved all the routines I use.
> So far so good?
> Then I save my prog using the save, /routines function, so that it is totally independent from everything, and
> all the paths are fine.
> When I go and run the sav file - IDL tells me it can't find some of the subroutines, in fact all of them except the
> main program. Is the save, /routines function broken? -I am using IDL5.1, but the wierd thing is, it has worked before,
> and I'm fairly sure I'm not doing anything different. I've even tried forward_function to no avail.
> Any ideas much appreciated.
>
> --
> "For every complex problem, there is a solution that is simple, neat, and wrong."-H. L Mencken (1880-1956)
>
> Rochelle Hatton
> Department of Nuclear Medicine and Ultrasound
> Westmead Hospital
I believe you have only to change your main program to a procedure with
the name of the
main file.
regards
Reimar
--
Reimar Bauer
Institut fuer Stratosphaerische Chemie (ICG-1)
Forschungszentrum Juelich
email: R.Bauer@fz-juelich.de
http://www.fz-juelich.de/icg/icg1/
============================================================ ======
a IDL library at ForschungsZentrum Juelich
http://www.fz-juelich.de/icg/icg1/idl_icglib/idl_lib_intro.h tml
http://www.fz-juelich.de/zb/text/publikation/juel3786.html
============================================================ ======
read something about linux / windows
http://www.suse.de/de/news/hotnews/MS.html
|
|
|