home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / amiga / programm / 12469 < prev    next >
Encoding:
Internet Message Format  |  1992-08-19  |  1.2 KB

  1. Xref: sparky comp.sys.amiga.programmer:12469 comp.sys.mac.programmer:14216
  2. Path: sparky!uunet!charon.amdahl.com!amdahl!alan
  3. From: alan@uts.amdahl.com (Alan Bomberger)
  4. Newsgroups: comp.sys.amiga.programmer,comp.sys.mac.programmer
  5. Subject: Re: moving Amiga code to a Mac
  6. Message-ID: <ef3m03ff63L500@amdahl.uts.amdahl.com>
  7. Date: 19 Aug 92 18:42:25 GMT
  8. References: <Bt8KC2.GAv@watserv1.uwaterloo.ca>
  9. Organization: Amdahl Corporation, Sunnyvale CA
  10. Lines: 19
  11.  
  12. I ported an Amiga product (Thinker) to the Mac and
  13. found that the Graphics routines were so similar
  14. that I almost did not have to change anything
  15. (some had the same name and arguments).  The
  16. interaction with the message system is, alas,
  17. quite different.  Dialogs are synchronous in 
  18. Mac and messages are not separated by window
  19. (nor do they always contain a window identifier)
  20.  
  21. I was able to make the Mac version very similar
  22. to the Amiga version.  You should have no problem
  23. once you take the plunge and get used norefresh 
  24. windows.  You also have to participate more on
  25. bookkeeping (moving and resizing windows).. If
  26. I had the time I would write a porting cookbook.
  27. Maybe someone has.  I will answer Email questions
  28. reasonably promptly.
  29.  
  30. Peace
  31.