Hi,
My problem is just as the title says, has anyone got any code that does this.
I'm using an ATL COM Dll and I need to get this working.
Regards,
IJ...
Printable View
Hi,
My problem is just as the title says, has anyone got any code that does this.
I'm using an ATL COM Dll and I need to get this working.
Regards,
IJ...
I have code that passes strings, and I have code that passes byte arrays. Will that do?
It would in deed, I figures out how to pass a String using a BSTR and SysAllocString function (i think that's it).
I need to pass an array of strings though.
And I have another problem, I want to pass back a struct I have created, but it don't know how to define it.
STDMETHODIMP CClass::myFunction(myStruct *ms)
This doesn't work though, it need to be define as an export or somethin, I'm not sure. Do you know how to do it.
Regards,
IJ...
PS Can you post the code or e-mail it to me at [email protected] , cheers
Here you are. Written for VC++7, won't compile with 6. It's the important part of a Base64 encoding/decoding ActiveX I wrote.