Re: Restore sources... [message #15199] |
Wed, 28 April 1999 00:00 |
davidf
Messages: 2866 Registered: September 1996
|
Senior Member |
|
|
KrayZ (KrayZ@kryz.es) writes:
> But,
> is it possible to restore de source code??. I need to do some
> modifications....
Let me see if I can put this another way: No, it is NOT possible.
(It's not even possible if you VERY MUCH want to do it.)
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
|
|
|
Re: Restore sources... [message #15201 is a reply to message #15199] |
Wed, 28 April 1999 00:00  |
KrayZ
Messages: 2 Registered: April 1999
|
Junior Member |
|
|
But,
is it possible to restore de source code??. I need to do some
modifications....
Thanks!
Liam Gumley escribi�:
> KrayZ wrote:
>> It's posible to restore a source file from a idl compiled .sav???
>
> No. The best you can do is start a new IDL session, restore the SAVE
> file, and type
>
> IDL> help, /routines
>
> This will tell you the names of all compiled procedures and functions,
> and the names of the arguments (lowercase) and keywords (uppercase) for
> each procedure and function.
>
> ---
> Liam E. Gumley
> Space Science and Engineering Center, UW-Madison
> http://cimss.ssec.wisc.edu/~gumley
|
|
|
Re: Restore sources... [message #15202 is a reply to message #15199] |
Tue, 27 April 1999 00:00  |
Liam Gumley
Messages: 473 Registered: November 1994
|
Senior Member |
|
|
KrayZ wrote:
> It's posible to restore a source file from a idl compiled .sav???
No. The best you can do is start a new IDL session, restore the SAVE
file, and type
IDL> help, /routines
This will tell you the names of all compiled procedures and functions,
and the names of the arguments (lowercase) and keywords (uppercase) for
each procedure and function.
---
Liam E. Gumley
Space Science and Engineering Center, UW-Madison
http://cimss.ssec.wisc.edu/~gumley
|
|
|
|