home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / mac / programm / 18514 < prev    next >
Encoding:
Internet Message Format  |  1992-11-17  |  2.0 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!uwm.edu!spool.mu.edu!darwin.sura.net!haven.umd.edu!umd5!mac19-pg2.umd.edu!user
  2. From: de19@umail.umd.edu (Dana S Emery)
  3. Newsgroups: comp.sys.mac.programmer
  4. Subject: Re: Developing programs for low-end Macs
  5. Message-ID: <de19-171192063756@mac19-pg2.umd.edu>
  6. Date: 17 Nov 92 11:49:19 GMT
  7. References: <1992Nov13.181736.25732@udel.edu>
  8. Sender: news@umd5.umd.edu
  9. Followup-To: comp.sys.mac.programmer
  10. Organization: personal
  11. Lines: 40
  12.  
  13. In article <1992Nov13.181736.25732@udel.edu>, sethi@pokey.cis.udel.edu
  14. (Adarshpal S Sethi) wrote:
  15. > I am developing a program using Think C that is
  16. > required to run under both System 6 and System 7
  17. > as well as on low-end Macs including the 128K and
  18. > 512K Macs. The only machines available to me are
  19. > the Mac SE and the MAC II. My question is: What
  20. > care/precautions should I take during the development
  21. > to ensure that the program will meet these
  22. > requirements? Thanks in advance for all responses,
  23.  
  24. Those are mighty stringent requirements, especially for someone who lacks
  25. an historically complete view of Macintosh documentation.
  26.  
  27. Debugging may not be feasible using current versions of think C on that
  28. platform, MacsBug 6.2.2 may not perform there either, you should consult
  29. with symantec about that.
  30.  
  31. To test on the 64k roms, you will need an early version of the OS (perhaps
  32. v5, probably v4).
  33.  
  34. Many features we take for granted today have no support in the 64k roms, or
  35. are buggy.
  36.  
  37. SCSI is an example, you will typically be 400k floppy based, and there may
  38. have to be a system on that floppy as well.
  39.  
  40. O, that means no real folders, all files must have unique names.
  41.  
  42. You had better go out NOW in search of vol 1-3 of IM.  The new books will
  43. empatically not serve your purpose at all.  You will also need a set of
  44. tech notes from that era, and since apple has not archived them that way
  45. this will present a significant challange.  I know I cant help you, I hope
  46. someone who can will volunteer.
  47.  
  48. It might help us to know just why this is a requirement?
  49. --
  50.  
  51. Dana S Emery <de19@umail.umd.edu>
  52.