home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / unix / question / 15967 < prev    next >
Encoding:
Text File  |  1993-01-27  |  671 b   |  24 lines

  1. Newsgroups: comp.unix.questions
  2. Path: sparky!uunet!scifi!acheron!philabs!linus!agate!doc.ic.ac.uk!citycs!pmd
  3. From: pmd@cs.city.ac.uk (Paul M Davis)
  4. Subject: dll's
  5. Message-ID: <pmd.728155598@barney>
  6. Summary: How do dll'd work on solbourne??????
  7. Keywords: dll
  8. Sender: news@city.cs (News)
  9. Organization: City University
  10. Date: 27 Jan 93 17:26:38 GMT
  11. Lines: 11
  12.  
  13. A call to a func. in a dll indirects through a location on
  14. the data segment, and only those functions called in the
  15. program are given a location to indirect through.
  16.  
  17. BUT, how are locations of functions chosen?
  18.  
  19. Are all functions mmaped in? (map shared of course)
  20.  
  21. Where can I get further info?
  22.  
  23. Thanks in advance.
  24.