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

  1. Path: zib-berlin.de!inf2hro!honshu!gnikl
  2. From: gnikl@informatik.uni-rostock.de (Gunther Nikl)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: opening muimaster.library from another lib
  5. Date: 2 Jan 1996 15:21:09 GMT
  6. Organization: University of Rostock
  7. Message-ID: <4cbih5$m71@taiwan.informatik.uni-rostock.de>
  8. References: <oj6entlm4tk.fsf@hpsrk.fc.hp.com>
  9. NNTP-Posting-Host: honshu.informatik.uni-rostock.de
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. Steve Koren (koren@hpsrk.fc.hp.com) wrote:
  13.  
  14. > My first step was to open muimaster.library from my __UserLibInit fn.
  15. > However, I ran into a problem.  Here is my function (for the moment I'll
  16. > delete the lib-open result checking stuff as it is irrelevant):
  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.   Gunther
  23.