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

Home » Public Forums » archive » PV-Wave, Fortran & Windows NT
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
PV-Wave, Fortran & Windows NT [message #11518] Tue, 31 March 1998 00:00
greenwoodde is currently offline  greenwoodde
Messages: 10
Registered: October 1996
Junior Member
I apologize for posting such a trivial question, but I don't have access
to a system with PV-Wave and I'm trying to help a friend who claims to
have only limited programming skills at best. My friend has a file
written from PV-Wave (v6.1) on a Windows NT system and wants to read
that file using a Fortran (Digital Visual Fortran 5.0) program.

The test PV-Wave program is

openw, 10, 'intdat.dat'
writeu, 10, indgen(11,1)
close, 10

I would expect that the following Fortran program would read that file:

integer idata(11)
open(13, file='intdat.dat, form='unformatted')
read(13) idata
close(13)

Is there any reason that Fortran program shouldn't read the PV-Wave
file? My friend claims it doesn't work but as yet he hasn't given me
the exact error messages he gets (he's halfway 'round the world so it
takes forever to get the things tried exactly as I'd like them.)

TIA,
Dave
--------------
Dave Greenwood Internet: Greenwoodde@ORNL.GOV
Oak Ridge National Lab %STD-W-DISCLAIMER, I only speak for myself
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: drawing lines in IDL
Next Topic: Color BMP problems

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

Current Time: Sat Oct 11 10:07:49 PDT 2025

Total time taken to generate the page: 0.96070 seconds