Posted by Robert G Laurin on May 14, 2019 at 18:34:01:
In Reply to: Re: Comet32 Bugs or missing features ? posted by Barbara Brazil on May 14, 2019 at 08:20:08:
Hi Barb,
My strings are DYNAMIC, they contain Characters in the 0~255 range (full ASCII Hex), and may be anywhere from 5,000 to 30,000 bytes long (or more). The content is actually compressed data (zip-like) that I am sending to a VB.Net app to decompress and get back as plain text.
Since DDE is gone, I am using a TCPListner in my VB.Net app with a buffer of 1,024 bytes.
This program uses many large DYNAMIC variables and also heavily use the STL container. At run time, might easily use 32+MB of memory. I love DYNAMIC strings.
The traces I did, would show what I got was not what I gave, BASE256 returned garbage. The only thing right, was the length.
Each file can be a maximum of 1MB in length Uploaded files will be purged from the server on a regular basis.