home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.os.ms-windows.programmer.win32
- Path: sparky!uunet!news.mentorg.com!mentorg.com!pbrooks
- From: pbrooks@mentorg.com (Phil Brooks)
- Subject: DLL questions
- Sender: news@news.mentorg.com (News User)
- Message-ID: <1992Jul28.173235.29091@news.mentorg.com>
- Date: Tue, 28 Jul 1992 17:32:35 GMT
- Nntp-Posting-Host: decoy.mentorg.com
- Organization: Mentor Graphics Corporation
- Keywords:
- Followup-To:
- Lines: 22
-
- I have a couple of questions concerning dll's on Windows/NT:
-
- Can one dll call another directly? i.e. if I have a.dll and b.dll
- and a.dll has a function a_func() which is an imported function in
- b.dll, can b.dll call a_func() and get the function in a.dll?
-
- How are hierarchies of link time dll's initialized (LibMain)? If
- I have a hierarchy of dll's that are specified at link time:
-
-
- main()
- / \
- aa.dll bb.dll
- / \ \
- cc.dll \ dd.dll
- \ /
- ee.dll
-
- In what order are the LibMain functions called for this hierarchy?
-
- --
- Phil Brooks
-