newLISP Fan Club

Forum => newLISP in the real world => Topic started by: HPW on September 05, 2012, 03:25:12 AM

Title: DLL init.lsp problem
Post by: HPW on September 05, 2012, 03:25:12 AM
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?
Title: Re: DLL init.lsp problem
Post by: HPW on September 05, 2012, 04:14:53 AM
Forget my post. I got a reference to init.lsp myself in my code.