Lisp HUG Maillist Archive

Delivering with DLL's

I have code that loads two DLL's (dynamic libraries, .so, .dylib) of C code.

Is it possible to include the DLL's in a delivery, so that there is only one binary?  I'm skimming the Delivery manual, but haven't found it yet...

thanks
pt

Re: Delivering with DLL's

Hi Paul,


The only way I know is to include the DLL in the image.
On program startup, the executable will extract the embedded DLL to a temporary location and load it.

See http://www.lispworks.com/documentation/lw71/FLI/html/fli-33.htm


Cam


> On 27 Mar 2018, at 15:33, paul tarvydas <paultarvydas@gmail.com> wrote:
> 
> I have code that loads two DLL's (dynamic libraries, .so, .dylib) of C code.
> 
> Is it possible to include the DLL's in a delivery, so that there is only one binary?  I'm skimming the Delivery manual, but haven't found it yet...
> 
> thanks
> pt
> 


_______________________________________________
Lisp Hug - the mailing list for LispWorks users
lisp-hug@lispworks.com
http://www.lispworks.com/support/lisp-hug.html

Updated at: 2020-12-10 08:30 UTC