Y
yuezw123
Unregistered / Unconfirmed
GUEST, unregistred user!
dll是别人的,好象是c写的,没有lib文件,给了下面一点代码:
var
key:Integer;
key:=KeyScan_560HandSet; //Key is a const stand for the hardware device
keystring : string;
...//Init hardware and call other functions.
keystring := GetNewKey(Key);
The value GetNewKey(Key) returns:
'1','2','3','4'...
'Dial','Clear','Hangup','Power'..
我该如何在delphi中调这段代码!
var
key:Integer;
key:=KeyScan_560HandSet; //Key is a const stand for the hardware device
keystring : string;
...//Init hardware and call other functions.
keystring := GetNewKey(Key);
The value GetNewKey(Key) returns:
'1','2','3','4'...
'Dial','Clear','Hangup','Power'..
我该如何在delphi中调这段代码!