How to Use Scintilla .NET in C# Project?
It’s been a little while since I used Scintilla, but my understanding is that SciLexer.dll is an entirely native DLL, which is why you can’t add a reference to it from Visual Studio. Instead, you should ‘arrange’ for SciLexer.dll to appear in the right directory at runtime so that it can be loaded by ScintillaNET.dll. … Read more