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 
Return to the default flat view Create a new topic Submit Reply
Re: uint(), uintarr() calls [message #22127] Fri, 20 October 2000 00:00 Go to previous message
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
[Message index]
 
Read Message
Read Message
Previous Topic: ShapeFile
Next Topic: uint(), uintarr() calls

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

Current Time: Sat Oct 11 05:20:57 PDT 2025

Total time taken to generate the page: 0.32244 seconds