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

Home » Public Forums » archive » Re: uint(), uintarr() calls
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
Re: uint(), uintarr() calls [message #22127] Fri, 20 October 2000 00:00
davidf is currently offline  davidf
Messages: 2866
Registered: September 1996
Senior Member
Edward Spencer (edward.spencer@nssl.noaa.gov) writes:

> I'm working on compiling some code in IDL 5.1. This code apparently
> compiled and ran correctly on the Linux box it was developed on, but
> when I try to compile it on a Sun, the compiler gets caught on calls to
> uint() and uintarr()...
>
> field_header = uintarr(30) and
> po = uint(5) are some of the lines in question...
>
> In fact they are two of the five lines of code in the entire program
> which call either of those functions.
>
> I checked the documentation to find functions that might have a similar
> use in case the uint functions are too new, but the 5.1 documentation
> does not mention these calls or anything related to them.
>
> I'm guessing that they are meant to be built in functions, as opposed to
> defined elsewhere in the code. If anyone can point me in the right
> direction here I would appreciate it.

These are unsigned integer data types, which were introduced
in IDL 5.2. There is nothing equivalent in IDL 5.1. Depending
upon the application, you might be able to get along with
regular signed integers.

Cheers,

David

--
David Fanning, Ph.D.
Fanning Software Consulting
Phone: 970-221-0438 E-Mail: davidf@dfanning.com
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Toll-Free IDL Book Orders: 1-888-461-0155
Re: uint(), uintarr() calls [message #22128 is a reply to message #22127] Fri, 20 October 2000 00:00 Go to previous message
mchinand is currently offline  mchinand
Messages: 66
Registered: September 1996
Member
In article <39F0A0F8.F1F69842@nssl.noaa.gov>,
Edward Spencer <edward.spencer@nssl.noaa.gov> wrote:
> Hi,
>
> I'm working on compiling some code in IDL 5.1. This code apparently
> compiled and ran correctly on the Linux box it was developed on, but
> when I try to compile it on a Sun, the compiler gets caught on calls to
> uint() and uintarr()...
>

uint and uintarr were introduced in IDL 5.2.


--Mike

--
--
Michael Chinander University of Chicago
m-chinander@uchicago.edu (773)834-5101 (Voice) (773)702-0371 (Fax)
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: ShapeFile
Next Topic: uint(), uintarr() calls

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

Current Time: Wed Oct 08 20:05:48 PDT 2025

Total time taken to generate the page: 0.28361 seconds