Kann ich dies problemlos in Lazarus übernehmen ?
Oder muss ich da etwas beachten ?
Code: Alles auswählen
function DlPortReadPortUchar(Port : Integer) : Byte; stdcall; external 'dlportio.dll';
procedure DlPortWritePortUchar(Port : Integer; Value : Byte); stdcall; external 'dlportio.dll';
procedure QAPIExtSetDebugLevel(dbgval:Longint); stdcall; external 'qlib32.dll'
procedure QAPIExtEnableIRQ(cdl:Longint;mode:Longint); stdcall; external 'qlib32.dll'