Programming with DasHard.dll
Posted: Sat Oct 18, 2003 8:29 pm
Hi!
I try to communicate with SL512EC and SIUDI-IN under BorlandDelphi 7.0. It's problem. I write in .pas:
and then:
But i have Result = 0 after this command.
I think, i must have Result = 11
What's wrong?
I try to communicate with SL512EC and SIUDI-IN under BorlandDelphi 7.0. It's problem. I write in .pas:
Code: Select all
function DasHardCommand(command: Integer; param: Integer; blok: Integer): Integer; external 'DasHard.dll' name 'DasHardCommand';
Code: Select all
Result := DasHardCommand(1,11,0);
I think, i must have Result = 11
What's wrong?