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

Home » Public Forums » archive » Who's up for breaking 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: Who's up for breaking IDL? [message #36006 is a reply to message #35824] Mon, 04 August 2003 09:06 Go to previous messageGo to previous message
R.G. Stockwell is currently offline  R.G. Stockwell
Messages: 363
Registered: July 1999
Senior Member
"David Fanning" <david@dfanning.com> wrote in message
news:MPG.199830a08e6606d89896c6@news.frii.com...
> Paul van Delst writes:
>
>> Huh? Why is that? If you allowed case sensitivity in filenames wouldn't
you
>> still have to check for just one file since banana.pro and Banana.pro
are
>> different files.
>
> I was talking about *automatic* compilation, not
> the standard practice of compiling everything you
> plan to use ahead of time so there are absolutely
> no surprises and so you have something to do that
> impresses the boss. :-)


I agree completely, automatic compliation should only look
for (the arbitrarily decided) lower case. There is no way for IDL to
know what the case "should be" based on the case insensitive code in
IDL.
However, I think the example shown by the original poster, which
used a literal string of the correct case, should have worked, and
the fact that it didn't is a bug.

IDL> resolve_routine, 'Resolve_Me'
% Attempt to call undefined procedure/function: 'RESOLVE_ME'.
% Execution halted at: $MAIN$

It seems like IDL took a string constant 'Resolve_Me' and changed
it to a different string constant 'RESOLVE_ME'.

Cheers,
bob
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: Who's up for breaking IDL?
Next Topic: Importing data to iTool Data manager from the command line

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

Current Time: Fri Oct 10 04:29:49 PDT 2025

Total time taken to generate the page: 1.20469 seconds