devtext.com

ScintillaNET在x64机器上调用出错

2012-11-23 14:03 post by weston, view: 1135

在win7 64位机器上将scintillanet加到vs2010的工具栏中,拖动控件到界面上时报错“Failed to create component 'Scintilla'.The error message follows:...”

解决方案:

将SciLexer.dll复制到 系统盘\Windows\SysWOW64夹下即可。

另:如果是32位的windows的话,应该将SciLexer.dll复制到 系统盘\Windows\System32下

来源: