Questions tagged [scilexer.dll]

7 questions
3
votes
1 answer

Sending SCI_GETTEXT (and others) crashes the application

I am trying to use the Scintilla editor in my RealStudio application. I'm able to load the DLL, create the Scintilla child window and send messages to the window as long as the message parameters do not refer to a string. If I try to get or set a…
Andrew Lambert
  • 1,869
  • 1
  • 17
  • 31
3
votes
1 answer

set highlight color of lua basic functions in scintilla control

I am using scintilla edit control in an MFC dialog based app. I load scilexer.dll, and set the lexer to lua, but the only thing that is getting highlighted is the comments. I can also set keywords and they get highlighted:…
user1452276
  • 91
  • 1
  • 7
1
vote
0 answers

Why doesn't SciLexer.dll load to my application in Windows 7?

I'm trying to create an HTML editor where you can edit, compile JavaScript, and preview your website. Compiling JavaScript (which work) and editing HTML are no longer a problem to me. The only problem I have is that after I build and debug my…
Robin
  • 127
  • 10
1
vote
1 answer

C# SciLexer.dll question

I am using ScintillaNET a wrapper of the Scintilla control. I've edited the a lexer a bit and would like to try and see if the changes work, but the problem is I don't know which SciLexer.dll file it's using on my computer. The one in the…
dnclem
  • 2,818
  • 15
  • 46
  • 64
1
vote
2 answers

How do I load SciLexer.dll in Visual Studio 2008 Designer, on Windows 7 64-bit?

We develop a WinForm application using Scintilla.NET (1.7) component, which uses SciLexer.dll (unamnaged). At run-time, we distribute both 32bit and 64bit SciLexer.dll, and we load the correct one when the application starts (everything works…
Filini
  • 2,109
  • 2
  • 22
  • 32
1
vote
0 answers

Why am I getting build errors from scintillawrappers demo project?

CScintillaCtrl, CScintillaView & CScintillaDoc v1.28 downloaded and I opened it in VS 2005 but when I tried to build it I get more than 100 errors all pertaining to scintilla functions; example: scintillactrl.cpp(1129) : error C2065:…
user1452276
  • 91
  • 1
  • 7
0
votes
1 answer

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,…
david
  • 357
  • 2
  • 7
  • 18