Calling ActiveX from Delphi
From: Txema (t.soroa_at_arfe.com)
Date: 11/30/04
- Next message: AlanGLLoyd: "Re: problems accessing compact flash card"
- Previous message: Michael Vilhelmsen: "QucikReport 4.05 and TQRChart"
- Next in thread: Rob Kennedy: "Re: Calling ActiveX from Delphi"
- Reply: Rob Kennedy: "Re: Calling ActiveX from Delphi"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 30 Nov 2004 08:22:29 -0800
Hello,
I am calling an ActiveX function from Delphi. This function has an
output parameter declared as a *Variant.
The fact is that when I call this function, I use a ^Variant that
points to an array of bytes (what I really want is to read a sequence
of bytes coming out of a hardware device).
When I read the result, I have the read bytes positioned in elements
9+n*16, n=(0..N).
Does somebody know how to do it not to have to declare an auxiliary
array 16 times bigger than what I really want to read?
Znks!
- Next message: AlanGLLoyd: "Re: problems accessing compact flash card"
- Previous message: Michael Vilhelmsen: "QucikReport 4.05 and TQRChart"
- Next in thread: Rob Kennedy: "Re: Calling ActiveX from Delphi"
- Reply: Rob Kennedy: "Re: Calling ActiveX from Delphi"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|