home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / lang / c / 18870 < prev    next >
Encoding:
Internet Message Format  |  1992-12-24  |  776 b 

  1. Path: sparky!uunet!noc.near.net!hri.com!spool.mu.edu!umn.edu!lynx!deepthought.unm.edu!peter
  2. From: peter@deepthought.unm.edu (Peter Blemel)
  3. Newsgroups: comp.lang.c
  4. Subject: Dynamic loading of functions
  5. Message-ID: <mjjrcjn@lynx.unm.edu>
  6. Date: 24 Dec 92 18:02:51 GMT
  7. Organization: Disorganization
  8. Lines: 19
  9.  
  10. Is there a portable way to load and execute a function in an object file from
  11. a running program? I'm writing a program that does some math stuff and I'd like
  12. to allow users to write their own functions to suppliment the supplied functions.
  13.  
  14. If there's no portable way, can anyone tell me how to do it on the following
  15. platforms :
  16.  
  17. VAX/VMS
  18. IBM AIX/RS6000
  19. IBM AIX370
  20. DEC Ultrix
  21. SunOs
  22. HP-UX
  23. DomainOS
  24. MS-DOS (WATCOM C)
  25.  
  26. Peter Blemel
  27. peter@odin.unm.edu
  28. msinc@jupiter.nmt.edu
  29.