markspencer Site Admin

Joined: 07 May 2003
Posts: 610
|
Posted: Tue May 29, 2007 2:45 pm Post subject: |
|
|
Hi,
I thought that a short should be expressed as a smallInt in delphi, you coud try this:
function UsbAdc11SetDo (handle : smallInt, do_value : smallInt ) : smallint;
{$IFDEF WIN32} stdcall; external 'UsbAdc11.dll'{$ENDIF}
Best regards,
Mark S |
|