Retrieve a byte array from COM

Posted by weihe on 26-Mar-2010 05:21

Hello,

I wrote a com component that gets a string and returns a byte array (byte[]) which is a binary zip file.

My question is. How can I retrieve that datatype in progress?

Edit: Progress 10.1A

Thanks in advance.

All Replies

Posted by whenshaw on 26-Mar-2010 07:42

Andre,

You can try using a RAW variable. That will limit you to 32 K, unfortunately. (I think we did add support for MEMPTRs in 10.2B, but that won't help you since you're using 10.1A.)

--Wayne

This thread is closed