What should I be using? Should I be using _T? or L? Or Neither?
I know some functions end with the A for Ansi and some end in W for the Unicode version but I have no clue what I want to use.
if I use _T would I have to change all my strings to wstrings? if I use L would I have to do that too?
if I use _T would I have to change all my MessageBoxes to MBW or MBA or just MB? What about StrLen would I change that too? Also some functions require lengths vs character bytes. Does this affect it?
Ohh and I almost forgot. What is the difference between _Unicode and Unicode :S