Scintilla Error can not load the dynamic library
-
Hi I am new to community.
I have followed the instructions to build SciLexer and copying the SciLexer.dll to Unicode Debug folder. But when I try to run program it is giving error saying that can not load the dynamic library. Can anyone help me ?
-
notepad++.exe needs to find the scilexer.dll and it does it by looking
into the current working directory or by searching through PATH variable. Afaik.Cheers
Claudia -
Haven’t you lunch the notepad++ release version from visual study ? In that case you must also copy SciLexer.dll in PowerEditor\bin\
If you have any doubt, copy every files from notepad-plus-plus\scintilla\bin to notepad-plus-plus\PowerEditor\bin and notepad-plus-plus\PowerEditor\visual.net\Unicode Debug
-
I tried all of them . By the way I don t have boost installed but I am building scintilla with noboost=1 option. May this cause the problem ?