david
david

Reputation: 367

SciLexer.dll question

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?

Upvotes: 0

Views: 664

Answers (1)

Darin Dimitrov
Darin Dimitrov

Reputation: 1039110

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

Upvotes: 0

Related Questions