[GD-Windows] Debugging unicode strings
Brought to you by:
vexxed72
From: Jacob T. (C. D. Ltd) <Ja...@Co...> - 2002-07-18 09:39:25
|
Is there anyway to get decent debugger support in MSVC for unicode strings. i.e. a cast on a pointer that tells MSVC the string is a unicode string. Note we are not using system libraries for unicode support, so the unicode pointer is just a pointer to "unsigned short" Cheers Jake |