home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / mac / programm / 21946 < prev    next >
Encoding:
Internet Message Format  |  1993-01-22  |  1.0 KB

  1. Path: sparky!uunet!mcsun!sunic!isgate!krafla!rson
  2. From: rson@rhi.hi.is (Mimir Reynisson)
  3. Newsgroups: comp.sys.mac.programmer
  4. Subject: Dynamic Link Libraries ..
  5. Message-ID: <5996@krafla.rhi.hi.is>
  6. Date: 22 Jan 93 13:13:35 GMT
  7. Sender: usenet@rhi.hi.is
  8. Lines: 16
  9. Nntp-Posting-Host: hengill.rhi.hi.is
  10.  
  11. Ok. Here+s the score. I'm working on an interpreted language that
  12. needs access to external functions. Now it is obviously smart to
  13. support XCMD's and other code resource thingees, but they are not
  14. as convenient to make like say an MPW .o file. So here's the
  15. question: is it a good idea to simply take an MPW .o file and
  16. pass it through some kind of "linker" which would simply calculate
  17. some offsets for exported functions which could then be accessed
  18. "on call" so to speak. I know about "Dinker" and some other library
  19. that is supposed to do this for "classes" but what about plain
  20. functions?
  21.  
  22. Anyway .. as far as I can think (at the moment) this looks like
  23. a nice and easy to use solution (how hard it is to write I'm not
  24. so sure?)
  25.  
  26. Hmm .. any comments?
  27.