19773.html
来自「以电子书的形式收集了VB一些常见问题解决方法,可以很方便的查找自己需要解决的问题」· HTML 代码 · 共 23 行
HTML
23 行
<html> <head> <title>Re: 这样呼叫 DLL 对吗?</title> </head> <body bgcolor="#FFFFFF" vlink="#808080"> <center> <h1>Re: 这样呼叫 DLL 对吗?</h1> </center><hr size=7 width=75%><hr size=7 width=75%><p>Posted by <a href="mailto:alan.lin@banksinopac.com.tw">新手发问</a> on October 07, 1999 at 11:40:54:<p>In Reply to: <a href="19763.html">Re: 这样呼叫 DLL 对吗?</a> posted by yeong huann on October 07, 1999 at 02:06:17:<p>: : 各位网友:<br>: : 可以帮我看看这样呼叫外部的 DLL 的方法对吗?<p>: : Private Declare Function Chg Lib "Chg" _<br>: : (ByVal Str As String, ByVal Pos As Integer, ByVal Length As Integer) As Integer<br>: : 'ps: DLL's name is Chg.dll,Lib's name is Chg.lib<br>: : ......<p>: : ret_value=Chg(infile,8,500) <p>: : .....<br>: : 可是出来的错误讯息是:DLL 的进入点 Chg 无法在 Chg 中找到!<br>: : 请各位高手帮我解答吧!谢谢!<p>: : 你先确定一下这个DLL,VB能Call吗?<br>: : 检查一下DLL的原始程式码再重新Build吧! <p>>>给我这个 DLL 的人说,程式是用 Visual C 写的,<br>不知道 VB 是否可以呼叫!<p><br><br><hr size=7 width=75%><p><a name="followups">Follow Ups:</a><br><ul><!--insert: 19773--></ul><!--end: 19773--><br><hr size=7 width=75%><p></body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?