newLISP Fan Club

Forum => newLISP and the O.S. => Topic started by: newdep on May 17, 2004, 09:15:36 AM

Title: newlisp.dll
Post by: newdep on May 17, 2004, 09:15:36 AM
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.
Title:
Post by: HPW on May 17, 2004, 11:04:28 AM
Hello Norman,



there is a compiled DLL in the windows distribution.

So what do you search?
Title:
Post by: Lutz on May 17, 2004, 11:51:44 AM
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
Title:
Post by: newdep on May 17, 2004, 12:16:35 PM
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.