动态链接库的问题
时间:2011-09-05
来源:互联网
请大家指点一下吧
Public Declare Function GetKeyWord Lib "RepReader.dll" Alias "GetKeyword" (nKeyword As Integer, nOffset As Integer, row As Integer, col As Integer, lpUserKeywordName As String) As Boolean
上面是我定义了,但是在用“GetKeyWord”这个方法时出错,提示:
Can't find DLL entry point GetKeyword in RepReader.dll
RepReader.dll里有一个Reader类,Reader类中有GetKeyword方法,是不是我定义的方法有误啊?
先谢谢各位了
Public Declare Function GetKeyWord Lib "RepReader.dll" Alias "GetKeyword" (nKeyword As Integer, nOffset As Integer, row As Integer, col As Integer, lpUserKeywordName As String) As Boolean
上面是我定义了,但是在用“GetKeyWord”这个方法时出错,提示:
Can't find DLL entry point GetKeyword in RepReader.dll
RepReader.dll里有一个Reader类,Reader类中有GetKeyword方法,是不是我定义的方法有误啊?
先谢谢各位了
作者: YUYAO2 发布时间: 2011-09-05
看看MSDN上面有详细说明
作者: wanenlai 发布时间: 2011-09-05
这个函数看起来好像是应该定声明为:
Public Declare Function GetKeyWord Lib "RepReader.dll" Alias "GetKeyword" (nKeyword As Integer, nOffset As Integer, row As Integer, col As Integer, lpUserKeywordName As String) As Boolean
==>
Public Declare Function GetKeyWord Lib "RepReader.dll" Alias "GetKeyword" (byval nKeyword As long, byval nOffset As long, byval row As long, byval col As long, byval lpUserKeywordName As String) As long
Public Declare Function GetKeyWord Lib "RepReader.dll" Alias "GetKeyword" (nKeyword As Integer, nOffset As Integer, row As Integer, col As Integer, lpUserKeywordName As String) As Boolean
==>
Public Declare Function GetKeyWord Lib "RepReader.dll" Alias "GetKeyword" (byval nKeyword As long, byval nOffset As long, byval row As long, byval col As long, byval lpUserKeywordName As String) As long
作者: worldy 发布时间: 2011-09-05
相关阅读 更多
热门阅读
-
office 2019专业增强版最新2021版激活秘钥/序列号/激活码推荐 附激活工具
阅读:74
-
如何安装mysql8.0
阅读:31
-
Word快速设置标题样式步骤详解
阅读:28
-
20+道必知必会的Vue面试题(附答案解析)
阅读:37
-
HTML如何制作表单
阅读:22
-
百词斩可以改天数吗?当然可以,4个步骤轻松修改天数!
阅读:31
-
ET文件格式和XLS格式文件之间如何转化?
阅读:24
-
react和vue的区别及优缺点是什么
阅读:121
-
支付宝人脸识别如何关闭?
阅读:21
-
腾讯微云怎么修改照片或视频备份路径?
阅读:28