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