I am in a process of writing a COM object in C++.
Some of the interface functions of this COM object returns binary data. I want to be able to get this binary data in a VB program. What are my Options under the Automation framework?
Thanks,
Itti.
Printable View
I am in a process of writing a COM object in C++.
Some of the interface functions of this COM object returns binary data. I want to be able to get this binary data in a VB program. What are my Options under the Automation framework?
Thanks,
Itti.
When we're talking binary data, a byte array should be the way to go.
Tom Cannaerts
[email protected]
Programming today is a race between software engineers striving to build bigger and better idot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning -- Rich Cook