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

Home » Public Forums » archive » compiling many routines at once
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: compiling many routines at once [message #54383 is a reply to message #54244] Fri, 01 June 2007 08:11 Go to previous messageGo to previous message
KRDean is currently offline  KRDean
Messages: 69
Registered: July 2006
Member
Use IDL's Projects!

For years I would remove the the Project Window on the left side of
IDLDE by unchecking the Preference -> Project. My style of programming
was to place all the PRO and FUNCTION routines in the same file,
making sure FUNCTION routines were at the top. Or use the Preference -
> Path to insert the path of my code.

However, recently, I started inheriting IDL code in my department
that was written by other people that have left or are still around. I
needed a way to manage all these snippets of code. I learn to use the
IDLDE Project. Whenever, I start a new IDL application or given new
code, I'll create an IDL Project.

IDL Project allow you to add and remove IDL files, have quick access
to the routines if changes are require, search through all the files
(helpful for debugging), and compiles all the routines with a click of
the button.

All in all, IDL projects has made me an efficient application
developer.

Kelly Dean
Fort Collins, CO


On Jun 1, 7:12 am, kostis <kostis...@gmail.com> wrote:
> I use a main program main.pro that includes many other programs and
> functions.
> Each time i recompile amin.pro i have to compile all included routines
> seperately...
> Functions are compiled automatically with the command FORWARD_FUNCTION
> but that doesnt work with routines...
> How can i compile everything at once with .r main.pro ?
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: get image from widget_draw
Next Topic: make_scalar?

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

Current Time: Fri Oct 10 05:27:57 PDT 2025

Total time taken to generate the page: 0.16268 seconds