Edit: Forget my post. I got a reference to init.lsp myself in my code.
I have a problem with the DLL on windows.
I load it and get an error:
4 ERR: problem accessing file in function load : "C:/Programme/NeoBook5/Plugins/hpwNewLISP/Deliver//init.lsp"
Quote
When newLISP is run as a shared library, an initialization file is looked for in the environment variable NEWLISPLIB_INIT. The full path-name of the initialization file must be specified. If NEWLISPLIB_INIT is not defined, no initialization file will be loaded by the library module.
There is no env-var NEWLISPLIB_INIT and no init.lsp file.
So why the error?
Forget my post. I got a reference to init.lsp myself in my code.