[Openmcl-devel] Loading a DLL and calling its exported function in CCL
R. Matthew Emerson
rme at clozure.com
Thu Feb 13 14:06:42 PST 2014
On Feb 13, 2014, at 4:54 PM, Michael Minerva <minerva at agentsheets.com> wrote:
> I have been riffling through the CCL documentation and I have not been able to find any information about calling functions from a DLL file. Did I miss something in my search? Is there similar a function to load-framework which can be used to load a single DLL? I assume once the DLL is loaded I could call my exported functions using "external-call".
>
> What is the recommended way of loading a DLL?
(open-shared-library "some.dll")
More information about the Openmcl-devel
mailing list