home *** CD-ROM | disk | FTP | other *** search
- Path: EU.net!sun4nl!xs4all!usenet
- From: muaddib@xs4all.nl (thomas)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: opening muimaster.library from another lib
- Date: 2 Jan 1996 18:25:07 GMT
- Organization: XS4ALL, networking for the masses
- Message-ID: <648.6575T1182T644@xs4all.nl>
- References: <oj6entlm4tk.fsf@hpsrk.fc.hp.com><4cbih5$m71@taiwan.informatik.uni-rostock.de> <oj6ka3alf7k.fsf@hpsrk.fc.hp.com>
- NNTP-Posting-Host: undiscovered.xs4all.nl
- X-Newsreader: THOR 2.2 (Amiga;TCP/IP) *UNREGISTERED*
-
- >> 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.
-
- This is not true at all, I can load libraries from disk in my init code,
- so why can't you? I think it has to to with linking/compiler options/or
- compiler handled task like the special libcode things from SAS/C
-
- thomas
-
-