Xref: utzoo comp.sys.dec:2819 comp.os.vms:23310 Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!samsung!xylogics!world!paradigm!gjc From: gjc@paradigm.com Newsgroups: comp.sys.dec,comp.os.vms Subject: Re: Runtime loading of shareable images Message-ID: <282@paradigm.com> Date: 11 Mar 90 09:05:55 GMT References: <1062@eastman.UUCP> <27705@cup.portal.com> Distribution: usa Organization: Paradigm Associates Inc, Cambridge MA Lines: 13 In article <27705@cup.portal.com>, Prodas@cup.portal.com (Henry Lewis Feldman) writes: > I have a question about run-time dynamic linking. > > Can anyone point me to the proper routines? > LIB$FIND_IMAGE_SYMBOL An example of its use in VMS: $ SET HOST/DTE=(MODEM:FOO) will LIB$FIND_IMAGE_SYMBOL on SYS$LIBRARY:DTE_FOO.EXE, or something like that. -gjc