Out of String Space in Visual Basic 6

后端 未结 6 1511
误落风尘
误落风尘 2020-12-16 18:03

We are getting an error in a VB6 application that sends data back and forth over TCP sockets. We get a runtime error \"out of string space\". Has anyone seen this or have

6条回答
  •  失恋的感觉
    2020-12-16 18:22

    Adding to Jacco's response, vbAccelerator has a great String Builder class that accomplishes much the same thing but is a little more robust. The author also walks through the solution explaining how it works.

提交回复
热议问题