Friday, June 24, 2005
30. How do I convert an 8-bit descriptor to a Java string?
Check out the answer to FAQ-0298 on Symbian's Developer FAQ & Tech Tips site:
"How do I convert an 8-bit descriptor to a Java string?"
These days, it's not necessary to use the Symbian cast macros (eg REINTERPRET_CAST) since these are simply defined as the equivalent C++ standard (eg reinterpret_cast). They're a legacy from when GCC didn't support the casts.
"How do I convert an 8-bit descriptor to a Java string?"
These days, it's not necessary to use the Symbian cast macros (eg REINTERPRET_CAST) since these are simply defined as the equivalent C++ standard (eg reinterpret_cast). They're a legacy from when GCC didn't support the casts.