SciLexer.dll 问题
这可能是一个愚蠢的问题,但无论如何我都需要知道它。我在应用程序中使用 Scintilla 组件,我想知道用户在使用该应用程序时是否应该将 SciLexer.dll 文件放在计算机中的某个位置。如果有的话,应该放在哪里?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
scilexer.dll 程序集应与可执行文件位于同一文件夹中,以便在运行时可以找到它。
The scilexer.dll assembly should reside in the same folder as your executable so that it could be found at runtime.