home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 59 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.0 KB

  1. Path: fc.hp.com!news
  2. From: koren@hpsrk.fc.hp.com (Steve Koren)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: opening muimaster.library from another lib
  5. Date: 02 Jan 1996 09:43:43 -0700
  6. Organization: HP Fort Collins Site
  7. Sender: koren@hpsrk.fc.hp.com
  8. Message-ID: <oj6ka3alf7k.fsf@hpsrk.fc.hp.com>
  9. References: <oj6entlm4tk.fsf@hpsrk.fc.hp.com>
  10.     <4cbih5$m71@taiwan.informatik.uni-rostock.de>
  11. NNTP-Posting-Host: hpsrk.fc.hp.com
  12. In-reply-to: gnikl@informatik.uni-rostock.de's message of 2 Jan 1996 15:21:09 GMT
  13. X-Newsreader: Gnus v5.0.9
  14.  
  15.  
  16. gnikl@informatik.uni-rostock.de (Gunther Nikl) wrote:
  17.  
  18. >   I think its not allowed to open disk-based libraries from LibInit().
  19. >   Move this to LibOpen() and do this if the the first opener comes
  20. >   around. Protect yourself with a semaphore when doing the opening.
  21.  
  22. Ah, I believe you're probably correct.  I discovered that if all the
  23. libraries were resident already, it works fine, but if any had to be
  24. loaded from disk it hangs.  That would fit what you said rather nicely.
  25.  
  26. I'll change it accordingly.  Thanks, Gunther!
  27.  
  28.   - steve
  29.