home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / sgi / 12665 < prev    next >
Encoding:
Internet Message Format  |  1992-08-20  |  1.3 KB

  1. Path: sparky!uunet!cs.utexas.edu!usc!sdd.hp.com!mips!darwin.sura.net!haven.umd.edu!mimsy!afterlife!adm!news
  2. From: blbates@aero36.larc.nasa.gov (Brent L. Bates ViGYAN AAD/TAB)
  3. Newsgroups: comp.sys.sgi
  4. Subject: Re:  Help for my binary read !!!
  5. Message-ID: <32131@adm.brl.mil>
  6. Date: 20 Aug 92 14:21:20 GMT
  7. Sender: news@adm.brl.mil
  8. Lines: 21
  9.  
  10.  
  11.    You didn't say how you were opening the file in FORTRAN, what IRIX level
  12. you are running or what type of machine you are using.
  13.  
  14.    You probably opened the file as `unformatted' under FORTRAN.  Unformatted
  15. files have record marks in them, that would account for extra bytes.
  16. I think the results would be similar if you openned the file as form="BINARY".
  17. This isn't REALLY a binary file.  Under IRIX > 4.0, use form="SYSTEM", this
  18. will give you a REAL binary file that you can read in your C application.
  19. Hope this helps.
  20.  
  21. (Third mail attempt.  Posting now since your machine refuses to accept mail,
  22. and responds with the following error message:
  23. 421 paul.rutgers.edu.inet... Deferred: Connection refused by paul.rutgers.edu
  24. )
  25.  
  26.   Brent L. Bates                Phone:(804) 864-2854
  27.   M.S. 361                        FAX:(804) 864-8469
  28.   NASA Langley Research Center
  29.   Hampton, Virginia  23681-0001
  30.   E-mail: blbates@aero36.larc.nasa.gov or blbates@aero00.larc.nasa.gov
  31.