home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / lang / c / 19216 < prev    next >
Encoding:
Internet Message Format  |  1993-01-05  |  1.2 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!wupost!spool.mu.edu!umn.edu!csus.edu!netcom.com!netcomsv!ulogic!hartman
  2. From: hartman@ulogic.UUCP (Richard M. Hartman)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Dynamic loading of functions
  5. Message-ID: <808@ulogic.UUCP>
  6. Date: 5 Jan 93 01:01:21 GMT
  7. References: <mjjrcjn@lynx.unm.edu> <1993Jan3.230943.11026@vax.oxford.ac.uk>
  8. Organization: negligable
  9. Lines: 19
  10.  
  11. In article <1993Jan3.230943.11026@vax.oxford.ac.uk> ayoung@vax.oxford.ac.uk writes:
  12. > Is there a portable way to load and execute a function in an object file from
  13. > a running program? I'm writing a program that does some math stuff and I'd
  14. > like to allow users to write their own functions to suppliment the supplied
  15. > functions.
  16.  
  17. Portable?  No.
  18. Possible?  Perhaps.
  19.  
  20. In the MS-DOS arena a set of routines to do this was published a few
  21. years ago in Dr. Dobbs Journal.
  22.  
  23. Try the DDJ section of Compuserve, they probably have all the information.
  24.  
  25. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  26. Between the silence of the mountains    |
  27. and the crashing of the sea         |    -Richard Hartman    
  28. there lies a land I once lived in    |    hartman@uLogic.COM
  29. and she's waiting there for me.        |
  30.