专注收集记录技术开发学习笔记、技术难点、解决方案
网站信息搜索 >> 请输入关键词:
您当前的位置: 首页 > VFP

vfp dll .cannot find entry point解决办法

发布时间:2010-05-24 21:51:48 文章来源:www.iduyao.cn 采编人员:星星草
vfp dll ...cannot find entry point
Define   Class   mydll   as   Custom   olepublic
Function   htom
LPARAMETERS   time1  
minute1=INT(time1)*60+VAL(right(STR(time1,10,2),2))  
RETURN   minute1  
endfunc
enddefine


生成mydll.dll后

用test   =   createobject( "mydll.mydll ")
test.htom(3.30)
可以.

如果:
declare   integer   htom   in   "mydll.dll "   integer
htom(3.30)
则出现
cannot   find   entry   point   in   dll

自定义的DLL不能像系统API那样声明吗??

------解决方案--------------------
VFP的DLL不能用 声明
友情提示:
信息收集于互联网,如果您发现错误或造成侵权,请及时通知本站更正或删除,具体联系方式见页面底部联系我们,谢谢。

其他相似内容:

热门推荐: