1
vote
t_str() has been deprecated
David Dean
– Sometimes, when you try to make things easier, you end up making things more difficult. It happens everywhere, but in sofware, we seem to be quite prone to it. The transition of the VCL to Unicode presented a number of challenges for C++Builder users. We tried to make this easier by introducing t_str() to the UnicodeString class. The original theory was that: Delphi string is moving to Unicode which means that most of what used to be AnsiString in C++ will now be UnicodeString Existing C++Builder code was usually written explicitly using System::AnsiString, (Even our examples/demos) which ...
Statistics
|
Visits by Source |
User Actions |




