DLL init.lsp problem

Q&A's, tips, howto's
Locked
HPW
Posts: 1390
Joined: Thu Sep 26, 2002 9:15 am
Location: Germany
Contact:

DLL init.lsp problem

Post by HPW »

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"
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?
Hans-Peter

HPW
Posts: 1390
Joined: Thu Sep 26, 2002 9:15 am
Location: Germany
Contact:

Re: DLL init.lsp problem

Post by HPW »

Forget my post. I got a reference to init.lsp myself in my code.
Hans-Peter

Locked