문제

This may be a silly question, but I need to know it anyway. I am using the Scintilla component in my application, and I was wondering if the user should put the SciLexer.dll file somewhere in their computer when they use the application. If they do, where should it be placed?

도움이 되었습니까?

해결책

The scilexer.dll assembly should reside in the same folder as your executable so that it could be found at runtime.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top