slowcoder
June 30th, 2006, 09:35 AM
I have to change the properties of my project to use Unicode Character Set, and I recieve some errors. I was told that I need to change my strings to be compatiable with Unicode, but I'm not sure how. Here's one example of what I need to change:
ResultPtr += _stprintf(ResultPtr, "In ResultHandler(%d) @ %f seconds\n", Handle, GetSeconds() - StartTick);
and:
ResultPtr += _stprintf(ResultPtr, "Symbology = 0x%08x\nModifier = %c\nLength = %d\nString =\n", Symbology, Modifier, Length);
The person said that it was something simple, but they just couldn't remember either. Any help is appreciated.
Thanks
ResultPtr += _stprintf(ResultPtr, "In ResultHandler(%d) @ %f seconds\n", Handle, GetSeconds() - StartTick);
and:
ResultPtr += _stprintf(ResultPtr, "Symbology = 0x%08x\nModifier = %c\nLength = %d\nString =\n", Symbology, Modifier, Length);
The person said that it was something simple, but they just couldn't remember either. Any help is appreciated.
Thanks