What's the usage of newlisp.dll file?

Started by csfreebird, February 27, 2013, 06:24:43 PM

Previous topic - Next topic

csfreebird

Hello Lutz:

  I download your 10.4.6 binary newlisp.exe from http://www.newlisp.org/downloads/development/Win32-utf8/">http://www.newlisp.org/downloads/develo ... in32-utf8/">http://www.newlisp.org/downloads/development/Win32-utf8/

, run it on windows 7. It seems it doesn't need newlisp.dll.

  what can I use this dll for?

Lutz

#1
newlisp.exe - or just the 'newlisp' executable on unix - is the only thing you need to run newLISP. Always has been like that. newlisp.dll is only needed if you want to run newLISP embedded in another application, like calling it from Excel, Visual Basic, C or other programming languages.



See also here: http://www.newlisp.org/downloads/newlisp_manual.html#newlisp-lib">http://www.newlisp.org/downloads/newlis ... ewlisp-lib">http://www.newlisp.org/downloads/newlisp_manual.html#newlisp-lib



and here: http://www.newlisp.org/downloads/CodePatterns.html#toc-24">http://www.newlisp.org/downloads/CodePa ... tml#toc-24">http://www.newlisp.org/downloads/CodePatterns.html#toc-24



and here: http://www.newlisp.org/modules/various/winscript.lsp.html">http://www.newlisp.org/modules/various/ ... t.lsp.html">http://www.newlisp.org/modules/various/winscript.lsp.html

csfreebird

#2
thank you :)