home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.os.ms-windows.programmer.win32
- Path: sparky!uunet!microsoft!hexnut!johnhall
- From: johnhall@microsoft.com (John Hall)
- Subject: Re: DLL questions
- Message-ID: <1992Jul29.224451.21170@microsoft.com>
- Date: 29 Jul 92 22:44:51 GMT
- Organization: Microsoft Corporation
- Lines: 15
-
- In article pbrooks@mentorg.com (Phil Brooks) writes:
- | Can one dll call another directly?
-
- Of course.
-
- | How are hierarchies of link time dll's initialized (LibMain)? If
- | I have a hierarchy of dll's that are specified at link time:
-
- Windows 32 does not guarantee any particular order for calling
- the attach/detatch code. We only guarantee that no other process
- is in this code at the same time. [Attatch/detatch is a
- critical section.]
-
- --
- -------------------------
- My comments are my own. They are independent and unrelated to the
- views of my company , relatives or elected representatives.
-
-