home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / lang / forth / 3456 < prev    next >
Encoding:
Internet Message Format  |  1992-11-08  |  1.5 KB

  1. Path: sparky!uunet!paladin.american.edu!europa.asd.contel.com!emory!swrinde!cs.utexas.edu!usc!rpi!batcomputer!munnari.oz.au!metro!socs.uts.edu.au!kralizec!mikeh
  2. From: mikeh@kralizec.zeta.org.au (Michael Hore)
  3. Newsgroups: comp.lang.forth
  4. Subject: Mops AppleEvent bug fix
  5. Message-ID: <10094@kralizec.zeta.org.au>
  6. Date: 7 Nov 92 03:05:36 GMT
  7. Organization: Kralizec Dialup Unix Sydney: +61-2-837-1183 V.32
  8. Lines: 32
  9.  
  10.  
  11. Due to an overwhelming number of requests (well all right, there was one),
  12. here's the patch to fix the AppleEvents bug in Mops.
  13.  
  14. First, a warning:  Don't do this patch then save the patched nucleus.
  15. I first thought that might work, but it doesn't.  It only works in
  16. installed applications.  AppleEvents work OK in the Mops development
  17. environment as it is -- you only need this patch to make installed
  18. applications work with AppleEvents.
  19.  
  20. So when you're ready to install an application, do the patch, then
  21. install.  Make absolutely sure you click "install" in the dialog,
  22. NOT "save".  Maybe you'd better save a copy of the nucleus off on a
  23. floppy first, anyway!
  24.  
  25. Also, I don't think this will work *except* under System 7.  It might,
  26. or it mightn't.  I haven't checked it.
  27.  
  28. OK, here goes.  Type:
  29.  
  30. hex
  31. 4e714e71 dup
  32. lobase 9a0e -  !
  33. lobase 98f0 -  !
  34.  
  35. That's it.  Assembly hackers will recognize 4e714e71 as two NOP's
  36. -- I'm wiping out a BRA and a BSR.  Good luck!
  37.  
  38. --  Mike.
  39.  
  40. --------------------------------------------------------
  41. Mike Hore        Internet:    mikeh@kralizec.zeta.org.au
  42.