comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Re: Automatically Compiling IDL
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: Automatically Compiling IDL [message #5762 is a reply to message #5761] Wed, 14 February 1996 00:00 Go to previous message
Robert Moss is currently offline  Robert Moss
Messages: 74
Registered: February 1996
Member
What you want to use are the RESOLVE_ROUTINE and RESOLVE_ALL procedures,
which allow you to compile routines from within a procedure or function.
See the online documentation for more information.

Robert Moss, Ph.D.
Texaco Inc.
mossrm@texaco.com

Justin Baker wrote:
>
> I am trying to write a simple routine to automatically compile all of my
> IDL routines for a single application and then save the compiled result.
>
> I want to do this so that I can use an XDR format file
> instead of having to re-compile every routine each time I run my
> application.
>
> I have tried something like the following :
>
> pro compileall
> .compile myprint mydisplay mycalc mygui
> save, filename='myprog.dat', /routines
> end
>
> Unforunately, when I try and run "compileall", IDL doesn't understand
> the .compile command.
>
> Is it possible to do what I want from a procedure (or batch file), or do
> I have to do the above interactively ?
>
> Thanks in advance,
> Justin.
>
> --
> Justin Baker
> Bureau of Meteorology
> Melbourne
> Australia
> Email: justinb@bom.gov.au

**********************************************************
This does not necessarily reflect the views of Texaco Inc.
**********************************************************
[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: Re: more - disk space allocation problem
Next Topic: Help with WIDGET_TEXT (non-) events

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Thu Oct 09 20:08:43 PDT 2025

Total time taken to generate the page: 0.00521 seconds