Login
`
Templates, Tools and Utilities
|
||
Add a comment to an Icetips ArticlePlease add your comments to this article.
Please note that you must provide both a name and a valid email address in order
for us to publish your comment. Comments are moderated and are not visible until they have been approved. Spam is never approved!
Back to article list Search Articles Add Comment Printer friendly Direct link COM: Constructing Interfaces 1 2002-12-28 -- Andy Ireland Newsgroups: comp.lang.clarion
> I just downloaded the control and I'm also not able to have it working in
> clarion. You have to pass an Item property to the Add method and AFAIK
> there's no way to do that in Clarion. Hope anybody else will know, sorry!
Get the raw interface pointer, prototype and assign it and call into it
using COM.
i.e.
IInterface interface,com
! methods
end
IInt &IInterface
hr HRESULT
code
IInt &= (pRawIntPtr)
hr = IInt.Method()
You can find the declaration of the Interface using OleView.
Regards
Andy
Plugware Solutions.com Ltd, taking the puzzle out of I.T
Tel : +44 1249 813335
Fax : +44 1249 813462
Today is November 21, 2024, 7:10 am This article has been viewed 35382 times. Google search has resulted in 3 hits on this article since January 25, 2004.
|
|