how to rebuild scilexer.dll after adding new language
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
hi... i have developed a MFC application of syntax colorising editor from the procedure given here(by using scintillawnd class and from dll SciLexer.dll),but i want to use it for my own language for which lexer is not available. so have added a new cpp file(Lexxxx.cxx) to scitilla/src directory. now..problem is how i have to link with this SciLexer so that it work for my own language,and how i have to rebuild SciLexer.dll . plase any one help to solve out this problem.. i have gone through the documentation ...but i cant understand the procedure given there...please help me.. please help...thanx in advance