Posted by MTIT Support, support@mtit1.at
on March 04, 2002 at 16:09
You can not copy directly TBuf8 to TBuf16 because no = operator or copy constructor is defined. To copy data, you need a loop. If you want to copy text data, you will use Utf7 to Unicode conversion functions rather than direct data copy.