Home »
Public Forums »
archive »
Re: 2 questions about .sav files
Re: 2 questions about .sav files [message #34274] |
Mon, 03 March 2003 09:12 |
R.Bauer
Messages: 1424 Registered: November 1998
|
Senior Member |
|
|
Evgeny Turchin wrote:
> Hello, All !
> I have a couple of questions about launching .sav files under Windows.
>
> Question 1. Can a .sav file be combined with used IDL libraries into one
> .exe
> file for the purpose of launching this .exe file from Windows applications
> ? (I'm sorry if the question is stupid but maybe someone has found a way
> to do this ?)
You can store all data into a function or procedure and this could be added
to the routines sav file.
I am using such a mechanism by my compile routine which stores data in the
"routine_name"_info function.
You can't compile yourself to an exe file but to a runtime routine.
If you give your code to rsi and pay some money they can build a routine
like the demo which is delivered with each idl version,
>
> Question 2. Can a .sav file be launched together with IDL runtime from
> other Windows
> applications with automatic exit from IDL runtime after the termination of
> program
> contained in .sav file ?
I don't know.
But I believe it's possible because on unix this is no problem.
.
regards
Reimar
>
> Thanks in advance.
> Best regards, Evgeny Turchin.
--
Forschungszentrum Juelich
email: R.Bauer@fz-juelich.de
http://www.fz-juelich.de/icg/icg-i/
============================================================ ======
a IDL library at ForschungsZentrum Juelich
http://www.fz-juelich.de/icg/icg-i/idl_icglib/idl_lib_intro. html
|
|
|
Current Time: Sat Oct 11 06:41:37 PDT 2025
Total time taken to generate the page: 2.16158 seconds