L
LSS
Unregistered / Unconfirmed
GUEST, unregistred user!
Declare Function data_comm Lib "C:/c51722/com_demo/win/getdata.DLL" (ByVal command As Integer, ByVal InLen As Integer, InData As Byte, ByVal OutLen As Integer, OutData As Byte, RetLen As Integer, status As Integer) As Integer
...
Dim yInData(100) As Byte
Dim yOutData(100) As Byte
...
k = data_comm(1, 1, yInData(0), 0, yOutData(0), RetLen, status)
请将这段VB程序译成delphi代码,500分
还有300分见<a href="http://www.delphibbs.com/delphibbs/dispq.asp?lid=653616">另一问题</a>
...
Dim yInData(100) As Byte
Dim yOutData(100) As Byte
...
k = data_comm(1, 1, yInData(0), 0, yOutData(0), RetLen, status)
请将这段VB程序译成delphi代码,500分
还有300分见<a href="http://www.delphibbs.com/delphibbs/dispq.asp?lid=653616">另一问题</a>