|
-
Dec 15th, 2009, 04:53 AM
#1
Thread Starter
Lively Member
How to get a pointer (void**) in vb6
Hi to all
I have a problem with an activex dll.
I see, in the idl, a statement like
HRESULT GetBytes([out] void **buffer);
and in VB6 Object Browser I see
Sub GetBytes(buffer As Any).
Calling this function I get this error
"...the function uses an Automation type not supported in Visual Basic"
How I can call this Function from VB6?
or
How I can Modify the declaration in the Idl and get a TLB to be used in VB6??
Thanks fo any Help
Nanni
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|