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

  1. Newsgroups: comp.os.ms-windows.programmer.win32
  2. Path: sparky!uunet!news.mentorg.com!mentorg.com!pbrooks
  3. From: pbrooks@mentorg.com (Phil Brooks)
  4. Subject: DLL questions
  5. Sender: news@news.mentorg.com (News User)
  6. Message-ID: <1992Jul28.173235.29091@news.mentorg.com>
  7. Date: Tue, 28 Jul 1992 17:32:35 GMT
  8. Nntp-Posting-Host: decoy.mentorg.com
  9. Organization: Mentor Graphics Corporation
  10. Keywords: 
  11. Followup-To: 
  12. Lines: 22
  13.  
  14. I have a couple of questions concerning dll's on Windows/NT:
  15.  
  16. Can one dll call another directly?  i.e. if I have a.dll and b.dll
  17. and a.dll has a function a_func() which is an imported function in
  18. b.dll, can b.dll call a_func() and get the function in a.dll?
  19.  
  20. How are hierarchies of link time dll's initialized (LibMain)?  If
  21. I have a hierarchy of dll's that are specified at link time:
  22.  
  23.  
  24.                 main()
  25.                 /    \
  26.              aa.dll   bb.dll
  27.              /    \       \
  28.            cc.dll   \     dd.dll
  29.                       \    /
  30.                        ee.dll
  31.  
  32. In what order are the LibMain functions called for this hierarchy?
  33.  
  34. -- 
  35. Phil Brooks
  36.