Re: Dynaloading

2002-06-12 Thread Dan Sugalski
At 7:21 PM +0100 6/12/02, Tom Hughes wrote: >In message > Dan Sugalski <[EMAIL PROTECTED]> wrote: > >> The exported name should be the MD5 checksum of a string that >> represents the actual routine name we're looking for. This, I think, >> shoul

Re: Dynaloading

2002-06-12 Thread Tom Hughes
In message Dan Sugalski <[EMAIL PROTECTED]> wrote: > The exported name should be the MD5 checksum of a string that > represents the actual routine name we're looking for. This, I think, > should be specified somewhere external to the library, in s

Re: Dynaloading

2002-06-12 Thread Dan Sugalski
At 11:23 AM -0400 6/12/02, Melvin Smith wrote: >At 04:55 AM 6/12/2002 -0400, Dan Sugalski wrote: >> loadlib Sx, Sy >> >>Where Sx is the fully qualified name of the library we're loading, >>and Sy is the name of the routine that we're invoking once we load >>the library. This should be the *onl

Re: Dynaloading

2002-06-12 Thread Melvin Smith
At 04:55 AM 6/12/2002 -0400, Dan Sugalski wrote: > loadlib Sx, Sy > >Where Sx is the fully qualified name of the library we're loading, and Sy >is the name of the routine that we're invoking once we load the library. >This should be the *only* routine the library exports. > >The exported name