Re: Unicode setting question

Tech-Archive recommends: Fix windows errors by optimizing your registry



There is absolutely no reason at all for the IDE not to be able to decorate
the raw string with the appropriate prefix, as Giovanni suggested.

I agree.
And macros to expand mb to MessageBox, ls to LoadString,
mb2w to MultiByteToWidechar, etc. (configurable, of course :-)
We all know that typing is the most difficult part of programming ;-)

Jokes aside, it is very easy to write a macro that takes the current
selection and adds _T() around it, and assign it the shortcut you want.

--
Mihai Nita [Microsoft MVP, Visual C++]
http://www.mihai-nita.net
------------------------------------------
Replace _year_ with _ to get the real email
.



Relevant Pages