[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: IDL_FileOpen problem?
- Subject: Re: IDL_FileOpen problem?
- From: Ben Tupper <tupper(at)seadas.bigelow.org>
- Date: Tue, 13 Jun 2000 08:43:49 -0400
- Newsgroups: comp.lang.idl-pvwave
- Organization: Bigelow Laboratory for Ocean Sciences
- References: <3946009A.49157518@acsys.it>
- Xref: news.doit.wisc.edu comp.lang.idl-pvwave:19937
Hello,
My eyes tend to glaze over when I see c code... but I think I see that
you are expecting your 'foo' file to be binary format.
If so, you should set the BINARY keyword to OPENW since the default
behavior on WIN platforms is to write in text format.
Ben
Nando Iavarone wrote:
> Dear all,
> I have some problems reading files using DLM under win platform.
> I am using IDL 5.2.1 and VisualC++ compiler.
>
> I wrote a little file called 'foo', using the simple
>
> IDL> data = dindgen(10)
> IDL> openW, 1, 'foo'
> IDL> writeU, 1, data
> IDL> close, 1
>
> After it I need to read them from a c-function in a DLM.
>
>
>
> - The code below works fine on unix platform (SGI and linux) but it
> can't read data if used on WIN 98, NT.
> Anyone knows what's happening? A flag problem in the open?
> Note that after the IDL_FileOpen the same procedure is repeated using
> simple fopen, and all is ok.
>
>
--
Ben Tupper
Bigelow Laboratory for Ocean Science
tupper@seadas.bigelow.org
pemaquidriver@tidewater.net