Re: Build command *.sav file [message #26801] |
Wed, 26 September 2001 08:27 |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
L E Olsson (le.olsson@rfa.mas.lu.se) writes:
> I have an IDL program that I want to build a *.sav file from.
> The program consists of several files and subroutines.
> When I try to use the created *.sav file it starts, but
> the program does not work at all, as it does when I
> run it from the IDL prompt. I have tried to change the
> Build Order, but it did not help or I am not just not
> doing the right changes.
> Any suggestions?
Here is an article that describes how to create
an IDL run-time application on a Windows machine.
It might have some clues for you.
http://www.dfanning.com/tips/idl_icon.html
Cheers,
David
--
David W. Fanning, Ph.D.
Fanning Software Consulting
Phone: 970-221-0438, E-mail: david@dfanning.com
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Toll-Free IDL Book Orders: 1-888-461-0155
|
|
|
Re: Build command *.sav file [message #26804 is a reply to message #26801] |
Wed, 26 September 2001 07:59  |
Pavel A. Romashkin
Messages: 531 Registered: November 2000
|
Senior Member |
|
|
Does your code use objects? Have you tried RESOLVE_ALL then SAVE,
/ROUTINES? Does that fail, too?
L E Olsson wrote:
>
> I have an IDL program that I want to build a *.sav file from.
> The program consists of several files and subroutines.
> When I try to use the created *.sav file it starts, but
> the program does not work at all, as it does when I
> run it from the IDL prompt. I have tried to change the
> Build Order, but it did not help or I am not just not
> doing the right changes.
> Any suggestions?
>
> _______________________________________________________
> Lars E. Olsson, PhD
|
|
|