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

  1. Path: sparky!uunet!cs.utexas.edu!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.060036.1711@actrix.gen.nz>
  5. From: David.Empson@bbs.actrix.gen.nz
  6. Date: Sun, 16 Aug 1992 06:00:36 GMT
  7. Sender: David.Empson@actrix.gen.nz (David Empson)
  8. References: <9208151216.aa22751@generic.UUCP>
  9. Organization: Actrix Information Exchange
  10. Lines: 64
  11.  
  12. In article <9208151216.aa22751@generic.UUCP> taob@terranet.cts.com (Brian Tao) writes:
  13. > dlyons@Apple.COM (David A Lyons) writes...
  14. > >
  15. > >Here's one possible list of default translations:
  16. > >
  17. > >  .C      $04   $0000      C language source code
  18. > >  .H      $04   $0000      C header file
  19. > >  .PAS    $04   $0000      Pascal language source code
  20. > >  .ASM    $04   $0000      assembly language source code
  21. >     Might as well assign these files the correct file and aux types
  22. > using the ORCA conventions ($00B0/$0005 for Pascal, $0008 for C and
  23. > C header files, not sure what ORCA uses for assembler source).
  24.  
  25. NO!  See comments below.
  26.  
  27. > >  .SRC    $04   $0000      source code file
  28. >     Is this tied to any particular language?  If not, it should
  29. > probably be assigned a filetype of SRC and an auxtype of $0000.
  30.  
  31. I don't think that auxtype $0000 of type $B0 is defined. 
  32.  
  33. >     Other possible designations (scanning through Apple.FTypes):
  34. > PFS:File        $0016/$0001 |
  35. > PFS:Write       $0016/$0002 |
  36. > PFS:Graph       $0016/$0003 |- Anyone know the DOS extensions?
  37. > PFS:Plan        $0016/$0004 |
  38. > WordPerfect     $00A0/$0000 |
  39.  
  40. There aren't any standard extensions for WordPerfect files - the user
  41. can choose anything they like.
  42.  
  43. > .FLI, .GL       $005B/$0000 (animation files)
  44. > .EPS            $00B0/$0719 (is this really an official filetype?)
  45. > .TTF            $00C8/$0002 (since Windows 3.1 TT fonts aren't in the
  46. >                              format as Mac/Pointless fonts)
  47. > .VOC            $00D8/$0000 (Sound Blaster sampled sounds)
  48.  
  49. None of the above files should automatically be assigned a
  50. corresponding Apple II filetype UNLESS THE FILE FORMAT IS 100%
  51. COMPATIBLE WITH THE APPLE II DEFINITION OF THAT TYPE!
  52.  
  53. In particular, MS-DOS WordPerfect files are signficantly different to
  54. Apple II/IIgs ones.  Similarly, Windows TrueType font files are
  55. nothing like the Mac/IIgs ones.
  56.  
  57. In the case of C source files, it is a very rare occasion when a
  58. program written for an unspecified MS-DOS C compiler will compile
  59. without error under ORCA/C.  All C compilers have their own quirks,
  60. and a manual translation should be performed before trying this.
  61.  
  62. Pascal is probably worse.  Turbo Pascal and ORCA/Pascal have
  63. significant differences.
  64.  
  65. As for assembly language: do you know of any ORCA/M compatible
  66. assemblers on the PC?  Any assemblers that use 65816 assembly language?
  67. -- 
  68. David Empson
  69.  
  70. Internet: David.Empson@bbs.actrix.gen.nz    EMPSON_D@kosmos.wcc.govt.nz
  71. Snail mail: P.O. Box 27-103, Wellington, New Zealand
  72.