home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / lang / smalltal / 2824 < prev    next >
Encoding:
Text File  |  1993-01-27  |  1.3 KB  |  33 lines

  1. Newsgroups: comp.lang.smalltalk
  2. Path: sparky!uunet!digex.com!intercon!udel!gatech!darwin.sura.net!newsserver.jvnc.net!gmd.de!Germany.EU.net!mcsun!sunic!ericom!eua.ericsson.se!euas62c37!konnbt
  3. From: konnbt@eua.ericsson.se (Niklas Bjornerstedt)
  4. Subject: More on ExternalInterface in ST80
  5. Message-ID: <1993Jan27.170713.28779@eua.ericsson.se>
  6. Sender: news@eua.ericsson.se
  7. Nntp-Posting-Host: euas62c37.eua.ericsson.se
  8. Reply-To: konnbt@eua.ericsson.se
  9. Organization: Enator Functional Systems, Stockholm, Sweden
  10. References: <1993Jan22.080626.9060@eua.ericsson.se>
  11. Date: Wed, 27 Jan 1993 17:07:13 GMT
  12. Lines: 19
  13.  
  14. Last week I posted some info on a bug I found in the ExternalInterface.
  15. Unfortunately the fix I proposed seems to work less than well...
  16. The problem is that the image is not in a very consistent state when
  17. ExternalInterface receives the #earlySystemInstallation message. 
  18.  
  19. So instead of risking things at that point I now take care of things
  20. when ExternalInterface a little later receives #returnFromSnapshot. 
  21.  
  22. Instead of posting more code, those who are interested in this problem can 
  23. email me and I will send my (current :-) ) solution. Judging from the
  24. tremendous response my first posting generated I figure this wont be to
  25. much of a burden...
  26.  
  27. _____________________________
  28.  
  29. Niklas Bjornerstedt
  30. Enator Functional Systems
  31. Email: konnbt@eua.ericsson.se
  32.  
  33.