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

  1. Path: EU.net!sun4nl!xs4all!usenet
  2. From: muaddib@xs4all.nl (thomas)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: opening muimaster.library from another lib
  5. Date: 2 Jan 1996 18:25:07 GMT
  6. Organization: XS4ALL, networking for the masses
  7. Message-ID: <648.6575T1182T644@xs4all.nl>
  8. References: <oj6entlm4tk.fsf@hpsrk.fc.hp.com><4cbih5$m71@taiwan.informatik.uni-rostock.de> <oj6ka3alf7k.fsf@hpsrk.fc.hp.com>
  9. NNTP-Posting-Host: undiscovered.xs4all.nl
  10. X-Newsreader: THOR 2.2 (Amiga;TCP/IP) *UNREGISTERED*
  11.  
  12. >>   I think its not allowed to open disk-based libraries from LibInit().
  13. >>   Move this to LibOpen() and do this if the the first opener comes
  14. >>   around. Protect yourself with a semaphore when doing the opening.
  15.  
  16. >Ah, I believe you're probably correct.  I discovered that if all the
  17. >libraries were resident already, it works fine, but if any had to be
  18. >loaded from disk it hangs.  That would fit what you said rather nicely.
  19.  
  20. This is not true at all, I can load libraries from disk in my init code,
  21. so why can't you? I think it has to to with linking/compiler options/or
  22. compiler handled task like the special libcode things from SAS/C
  23.  
  24. thomas
  25.  
  26.