当前位置: 首页 > 工具软件 > ScintillaNET > 使用案例 >

x64下调用ScintillaNET出错的解决方法

田嘉澍
2023-12-01

Windows 7 x64下,在visual studio 2010中使用ScintillaNET时,拖拽scintilla控件到界面视出错: cannot load the 'SciLexer.dll' module into memory...

如果是在x86系统下,直接把SciLexer.dll拷贝到C:\Windows\System32下就行了。在64位windows下,拷贝到system32目录中,Visual Studio仍然找不到。

正解:

将SciLexer.dll拷贝到C:\Windows\SysWOW64\,Visual Studio找到SciLexer.dll了。

其他类似问题也可借鉴。










本文转自 h2appy  51CTO博客,原文链接:http://blog.51cto.com/h2appy/1030096,如需转载请自行联系原作者
 类似资料: