From: Software Scavenger
Subject: Clisp FFI
Date: 
Message-ID: <a6789134.0109141936.3dc7ff40@posting.google.com>
If I want the Windows version of Clisp to invoke a foreign function in
a DLL, how do I tell it where to find the DLL?

From: Sam Steingold
Subject: Re: Clisp FFI
Date: 
Message-ID: <ur8t3cfhn.fsf@xchange.com>
> * In message <····························@posting.google.com>
> * On the subject of "Clisp FFI"
> * Sent on 14 Sep 2001 20:36:08 -0700
> * Honorable ··········@mailandnews.com (Software Scavenger) writes:
>
> If I want the Windows version of Clisp to invoke a foreign function in
> a DLL, how do I tell it where to find the DLL?

what is the win32 name for dlopen(3)?

-- 
Sam Steingold (http://www.podval.org/~sds)
Support Israel's right to defend herself! <http://www.i-charity.com/go/israel>
Read what the Arab leaders say to their people on <http://www.memri.org/>
Just because you're paranoid doesn't mean they AREN'T after you.
From: Paul Moore
Subject: Re: Clisp FFI
Date: 
Message-ID: <lrbmqtkopjclajjcttntagpmqadpk0dbn3@4ax.com>
On Wed, 19 Sep 2001 18:28:04 +0200, Sam Steingold <···@gnu.org> wrote:

>> * In message <····························@posting.google.com>
>> * On the subject of "Clisp FFI"
>> * Sent on 14 Sep 2001 20:36:08 -0700
>> * Honorable ··········@mailandnews.com (Software Scavenger) writes:
>>
>> If I want the Windows version of Clisp to invoke a foreign function in
>> a DLL, how do I tell it where to find the DLL?
>
>what is the win32 name for dlopen(3)?

LoadLibrary(), but the calling convention is different.