[interfacekit] Re: BString patch suggestion and some questions, too
- From: "burton666@xxxxxxxxx" <burton666@xxxxxxxxx>
- To: "interfacekit" <interfacekit@xxxxxxxxxxxxx>
- Date: Tue, 4 Nov 2003 08:46:10 +0100
> Is that true? You can store more information a similar way as it is already
> done with the length -- in space allocated before the currently exposed data.
Unfortunately, there are two inline functions (String() and Length()) that
assume that the first 4 bytes are reserved for the length, and then there's the
real string.
So, no way :)
>
> Whether you free() it or realloc() it shouldn't really matter, I suspect.
Yeah, I realized that :)
- Follow-Ups:
- [interfacekit] Re: BString patch suggestion and some questions,too
- From: Ingo Weinhold
Other related posts:
- » [interfacekit] BString patch suggestion and some questions, too
- » [interfacekit] Re: BString patch suggestion and some questions, too
- » [interfacekit] Re: BString patch suggestion and some questions, too
- » [interfacekit] Re: BString patch suggestion and some questions, too
- » [interfacekit] Re: BString patch suggestion and some questions, too
- » [interfacekit] Re: BString patch suggestion and some questions, too
- » [interfacekit] Re: BString patch suggestion and some questions, too
- » [interfacekit] Re: BString patch suggestion and some questions, too
- » [interfacekit] Re: BString patch suggestion and some questions, too
- [interfacekit] Re: BString patch suggestion and some questions,too
- From: Ingo Weinhold