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