Are the *A Win32 API calls still relevant?
Posted
by Thanatos
on Stack Overflow
See other posts from Stack Overflow
or by Thanatos
Published on 2010-06-03T00:45:27Z
Indexed on
2010/06/03
1:04 UTC
Read the original article
Hit count: 356
I still see advice about using the LPTSTR
/TCHAR
types, etc., instead of LPWSTR
/WCHAR
. I believe the Unicode stuff was well introduced at Win2k, and I frankly don't write code for Windows 98 anymore. (Excepting special cases, of course.) Given that I don't care about Windows 98 (or, even less, ME) as they're decade old OS, is there any reason to use the compatibility TCHAR
, etc. types? Why still advise people to use TCHAR
- what benefit does it add over using WCHAR
directly?
© Stack Overflow or respective owner