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

Home » Public Forums » archive » Automatically Compiling IDL
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
Automatically Compiling IDL [message #5765] Wed, 14 February 1996 00:00
Justin Baker is currently offline  Justin Baker
Messages: 16
Registered: May 1995
Junior Member
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
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Selected eigenvectors of tri-diagonal matrixe
Next Topic: Re: Help with WIDGET_TEXT (non-) events

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

Current Time: Fri Oct 10 20:22:58 PDT 2025

Total time taken to generate the page: 0.24054 seconds