newlisp.dll

Started by newdep, May 17, 2004, 09:15:36 AM

Previous topic - Next topic

newdep

Hello Lutz,



Is it possible to have the precompiled DLL of newlisp included in the windows

distribution of newlisp? (Or is that perhaps a license problem?)  Or perhpas you could provide it for download only?



Secondly, is it  possible (did not try it yet) to build an .so under linux of newlisp perhpas?



Regards, Norman.
-- (define? (Cornflakes))

HPW

#1
Hello Norman,



there is a compiled DLL in the windows distribution.

So what do you search?
Hans-Peter

Lutz

#2
As Hans-Peter already mentioned: a newlip.dll is included in the Windows distribution. A Unix shared library would be possible, but its more than a recompile, I would have to write code for automatic library initialization etc., similar but not equal to win32dll.c.



It is on my to-do list, but I haven't done it yet, having so much other possibilities on Unix to interface with newlisp like: tcp/ip, fifo, shell/toolchain etc.. But I understand, that it could be attractive.



Lutz

newdep

#3
aHa realy? Uh.. i must have overlooked it..:-) sorry for the question...



For the .so part, not realy a need but would be nice to have ..



Regards, Norman.
-- (define? (Cornflakes))