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

  1. Path: sparky!uunet!usc!wupost!waikato.ac.nz!comp.vuw.ac.nz!actrix!David.Empson
  2. Newsgroups: comp.sys.apple2
  3. Subject: Re: MS-DOS FST
  4. Message-ID: <1992Aug16.060619.1901@actrix.gen.nz>
  5. From: David.Empson@bbs.actrix.gen.nz
  6. Date: Sun, 16 Aug 1992 06:06:19 GMT
  7. Sender: David.Empson@actrix.gen.nz (David Empson)
  8. References: <1992Aug14.185448.434@usenet.ins.cwru.edu> <1992Aug16.002842.9090@news.columbia.edu>
  9. Organization: Actrix Information Exchange
  10. Lines: 36
  11.  
  12. In article <1992Aug16.002842.9090@news.columbia.edu> stc7@cunixb.cc.columbia.edu (Steven T Chiang) writes:
  13. > In article <1992Aug14.185448.434@usenet.ins.cwru.edu> bb252@cleveland.Freenet.Edu (James L. Brookes) writes:
  14. > >
  15. > >>  suffix ftype auxtype
  16. > >>  .C      $04   $0000      C language source code
  17. > >>  .H      $04   $0000      C header file
  18. > > 
  19. > >Since APW C is no longer supported, Orca/C seems to be the only currently
  20. > >available C compiler out there...why not make C files type SRC aux 0008,
  21. > >as Orca/C likes them?
  22. >     
  23. >     Beacause they won't necessarily be Orca/C SRC file formats.
  24. > I'm not sure how IBMs store text files, but they could be different.
  25. > Specifically, with Merlin (I know it's not an IBM program), but it
  26. > saves text files that Teach won't let you look at, because Merlin
  27. > saves with the highbits on.
  28.  
  29. MS-DOS text files are almost compatible with Apple IIgs ones.  The
  30. only difference is that the lines are terminated with CR/LF instead of
  31. CR only.  They also tend use use TAB characters a lot more.  I don't
  32. know what the ORCA/C compiler would do with line feed characters, as it
  33. is written in Pascal.  (APW C would ignore them.)
  34.  
  35. Even if the compiler could handle the source files, it still wouldn't
  36. be a good idea to use the ORCA/C file type, since the source code
  37. might use special features of its own C compiler, or include files
  38. which aren't available under ORCA.  #include lines might also contain
  39. backslash characters.
  40. There are quite a few potential problems, and I think it is safer to
  41. require the filetype to be changed manually, after the file has been
  42. checked for PC idiosyncracies.
  43. -- 
  44. David Empson
  45.  
  46. Internet: David.Empson@bbs.actrix.gen.nz    EMPSON_D@kosmos.wcc.govt.nz
  47. Snail mail: P.O. Box 27-103, Wellington, New Zealand
  48.