Path: utzoo!attcan!uunet!lll-winken!lll-lcc!lll-tis!helios.ee.lbl.gov!pasteur!ucbvax!vaxb.rhbnc.ac.UK!CHAA006
From: CHAA006@vaxb.rhbnc.ac.UK
Newsgroups: comp.os.vms
Subject: Re: Shareable image(s)
Message-ID: <8806060038.AA22175@ucbvax.Berkeley.EDU>
Date: 2 Jun 88 16:03:52 GMT
Sender: daemon@ucbvax.BERKELEY.EDU
Reply-To: Philip Taylor (RHBNC, Univ of London) 
Organization: The Internet
Lines: 2

A shareable image cannot, so far as I know, reference a user-supplied routine
directly; the solution is to use Lib$Find_Image_Symbol, which will defer
resolution of the image-name until run-time.  ** Phil.