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:02 GMT
- Organization: XS4ALL, networking for the masses
- Message-ID: <653.6575T1179T2029@xs4all.nl>
- References: <oj6entlm4tk.fsf@hpsrk.fc.hp.com> <30e835db@lls.se><621.6574T1181T1758@xs4all.nl> <oj6iviulf65.fsf@hpsrk.fc.hp.com>
- NNTP-Posting-Host: undiscovered.xs4all.nl
- X-Newsreader: THOR 2.2 (Amiga;TCP/IP) *UNREGISTERED*
-
- >> But this means everytime a program opens the library, the libraries this
- >> library uses will be reopened, this, I believe, can cause serious problems
- >> when you open a library which allocates a new base for every user.
-
- >Good point, although in this case there is just one lib base no matter
- >how many openers.
-
- Yes, but still it's strange to do it multiple times when once is enough.
-
- >But it looks like I'll have to move it out of __UserLibInit to make it
- >work anyway.
-
- Do you use SAS/C lib thingies? Well, I don't, I like to have full control,
- and I don't know any reason why one wants to use them, it's just as easy
- to do it yourself.
-
- thomas
-
-