home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / os / mswindo / programm / win32 / 333 < prev    next >
Encoding:
Text File  |  1992-07-29  |  890 b   |  28 lines

  1. Newsgroups: comp.os.ms-windows.programmer.win32
  2. Path: sparky!uunet!microsoft!hexnut!johnhall
  3. From: johnhall@microsoft.com (John Hall)
  4. Subject: Re: DLL questions
  5. Message-ID: <1992Jul29.224451.21170@microsoft.com>
  6. Date: 29 Jul 92 22:44:51 GMT
  7. Organization: Microsoft Corporation
  8. Lines: 15
  9.  
  10. In article pbrooks@mentorg.com (Phil Brooks) writes:
  11. | Can one dll call another directly?  
  12.  
  13. Of course.
  14.  
  15. | How are hierarchies of link time dll's initialized (LibMain)?  If
  16. | I have a hierarchy of dll's that are specified at link time:
  17.  
  18. Windows 32 does not guarantee any particular order for calling
  19. the attach/detatch code.  We only guarantee that no other process
  20. is in this code at the same time.  [Attatch/detatch is a 
  21. critical section.]
  22.  
  23. -- 
  24. -------------------------
  25. My comments are my own.  They are independent and unrelated to the
  26. views of my company , relatives or elected representatives.
  27.  
  28.