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
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
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
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