home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.unix.questions
- Path: sparky!uunet!scifi!acheron!philabs!linus!agate!doc.ic.ac.uk!citycs!pmd
- From: pmd@cs.city.ac.uk (Paul M Davis)
- Subject: dll's
- Message-ID: <pmd.728155598@barney>
- Summary: How do dll'd work on solbourne??????
- Keywords: dll
- Sender: news@city.cs (News)
- Organization: City University
- Date: 27 Jan 93 17:26:38 GMT
- Lines: 11
-
- A call to a func. in a dll indirects through a location on
- the data segment, and only those functions called in the
- program are given a location to indirect through.
-
- BUT, how are locations of functions chosen?
-
- Are all functions mmaped in? (map shared of course)
-
- Where can I get further info?
-
- Thanks in advance.
-