home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!noc.near.net!hri.com!spool.mu.edu!umn.edu!lynx!deepthought.unm.edu!peter
- From: peter@deepthought.unm.edu (Peter Blemel)
- Newsgroups: comp.lang.c
- Subject: Dynamic loading of functions
- Message-ID: <mjjrcjn@lynx.unm.edu>
- Date: 24 Dec 92 18:02:51 GMT
- Organization: Disorganization
- Lines: 19
-
- Is there a portable way to load and execute a function in an object file from
- a running program? I'm writing a program that does some math stuff and I'd like
- to allow users to write their own functions to suppliment the supplied functions.
-
- If there's no portable way, can anyone tell me how to do it on the following
- platforms :
-
- VAX/VMS
- IBM AIX/RS6000
- IBM AIX370
- DEC Ultrix
- SunOs
- HP-UX
- DomainOS
- MS-DOS (WATCOM C)
-
- Peter Blemel
- peter@odin.unm.edu
- msinc@jupiter.nmt.edu
-