newlisp.dll

Machine-specific discussion
Unix, Linux, OS X, OS/2, Windows, ..?
Locked
newdep
Posts: 2038
Joined: Mon Feb 23, 2004 7:40 pm
Location: Netherlands

newlisp.dll

Post by 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
Posts: 1390
Joined: Thu Sep 26, 2002 9:15 am
Location: Germany
Contact:

Post by HPW »

Hello Norman,

there is a compiled DLL in the windows distribution.
So what do you search?
Hans-Peter

Lutz
Posts: 5289
Joined: Thu Sep 26, 2002 4:45 pm
Location: Pasadena, California
Contact:

Post by Lutz »

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
Posts: 2038
Joined: Mon Feb 23, 2004 7:40 pm
Location: Netherlands

Post by newdep »

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))

Locked