Andrzej Borucki
2013-09-25 07:42:13 UTC
I want wrap Scintilla in Delphi/FreePascal component and Java JNI. My doubts: After compiling source under Windows, it create two libraries: SciLexer.dll (~960 KB) and Scintilla.dll (~460 KB) which library I must use?
Libraries have only one function: Scintilla_DirectFunction, which is never called in examples.
In examples (dmapp.zip and http://stackoverflow.com/questions/10371965/how-to-start-a-project-with-scintilla) is ::LoadLibrary("SciLexer.DLL"); but never is remembered handle of this library! Only is created some window and sendmessages. How it works?
Libraries have only one function: Scintilla_DirectFunction, which is never called in examples.
In examples (dmapp.zip and http://stackoverflow.com/questions/10371965/how-to-start-a-project-with-scintilla) is ::LoadLibrary("SciLexer.DLL"); but never is remembered handle of this library! Only is created some window and sendmessages. How it works?
--
You received this message because you are subscribed to the Google Groups "scintilla-interest" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scintilla-interest+***@googlegroups.com.
To post to this group, send email to scintilla-***@googlegroups.com.
Visit this group at http://groups.google.com/group/scintilla-interest.
For more options, visit https://groups.google.com/groups/opt_out.
You received this message because you are subscribed to the Google Groups "scintilla-interest" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scintilla-interest+***@googlegroups.com.
To post to this group, send email to scintilla-***@googlegroups.com.
Visit this group at http://groups.google.com/group/scintilla-interest.
For more options, visit https://groups.google.com/groups/opt_out.