This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
>Date: Tue, 25 Feb 97 10:36:58 -0700 >From: Steve Penton <address@hidden> >Organization: . >To: Steve Emmerson <address@hidden> >Subject: Re: 970220: NETCDF2_4R2 and R3 OSF problems >Keywords: 199702200132.SAA04501 In the above message, you wrote: > Let me see if I have this correct, this is another incarnation > of the old 32-bit long vs 64-bit long problem. No, it's not quite the same problem. The 32/64-bit problem had to do with the types for *data values*. Your problem might lie with the type of the stride argument (a different beast altogether). the `stride' argument should be a `long*'. What is it in your code? -------- Steve Emmerson <address@hidden>