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

Home » Public Forums » archive » Automatic Compilation
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
Automatic Compilation [message #42957] Tue, 08 March 2005 07:27 Go to next message
Nuno Oliveira is currently offline  Nuno Oliveira
Messages: 75
Registered: October 2003
Member
Thanks for all the answers. I took a few hours to see what was going on...

It seems I finally got the point. This seems to be a case sensitive
trick. Let's see, if I can explain (and maybe someone can confirm this -
notice I'm working in Linux )

If you have already add "your" working directory do idl path has I did
try do save this code as testing_routine.pro

PRO testing_routine
print, 'testing for running without explicit compilation '
END

IDL> testing_routine
% Compiled module: TESTING_ROUTINE.
testing for running without explicit compilation


and then try to save this other code as Testing_Routine.pro
(it is needed to reset_session before trying to call this other routine)

PRO Testing_Routine
print, 'testing for running without explicit compilation '
END

IDL> Testing_Routine
% Attempt to call undefined procedure/function: 'TESTING_ROUTINE'.
% Execution halted at: $MAIN$

and for this last case you will see that idl is attempt to call.

Quite funny, ins't it? Can someone please confirm this? :)
Re: Automatic Compilation [message #43046 is a reply to message #42957] Tue, 08 March 2005 15:26 Go to previous message
comet is currently offline  comet
Messages: 2
Registered: March 2005
Junior Member
Note
IDL is case-insensitive. However, for some operating systems, IDL only
checks for the lowercase filename based on the name of the procedure or
function. We recommend that all filenames be named with lowercase.

Building IDL Applications. 74P
(Ver 6.1)

The linux system might be in the category of "some operating systems".
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Re: Regridding routines
Next Topic: Re: Automatic Compilation

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

Current Time: Wed Oct 08 13:52:44 PDT 2025

Total time taken to generate the page: 0.00607 seconds