jodleren
2010-02-17 18:42:12 UTC
Hi all
I have imported an activeX PLServer from NordicID (scanners). It a
programme, which I have got, it works.
I got the code from Delphi 7, portaged it to Delphi 6 (and 5),
imported the OCX myself and created the EXE.
However, there is a problem with getting data from the OCX - I get
some events (data arrived), but later when usign get GetData I do not
get anything.
Could there be a problem with the imported component?
WBR
Sonnich
_DPLServer = dispinterface
['{785739C3-A288-11D2-B82B-8D8A650ADC32}']
function Bell(id: Integer): WordBool; dispid 4;
property BoxPerRow: Smallint dispid 1;
function ClearCmd(id: Integer; cmd: Smallint; start: Smallint;
stop: Smallint): WordBool; dispid 6;
function GetData(id: Integer; pos: Smallint): WideString; dispid
12;
Sonnich
I have imported an activeX PLServer from NordicID (scanners). It a
programme, which I have got, it works.
I got the code from Delphi 7, portaged it to Delphi 6 (and 5),
imported the OCX myself and created the EXE.
However, there is a problem with getting data from the OCX - I get
some events (data arrived), but later when usign get GetData I do not
get anything.
Could there be a problem with the imported component?
WBR
Sonnich
_DPLServer = dispinterface
['{785739C3-A288-11D2-B82B-8D8A650ADC32}']
function Bell(id: Integer): WordBool; dispid 4;
property BoxPerRow: Smallint dispid 1;
function ClearCmd(id: Integer; cmd: Smallint; start: Smallint;
stop: Smallint): WordBool; dispid 6;
function GetData(id: Integer; pos: Smallint): WideString; dispid
12;
Sonnich