LPCSTR to LPWSTR and T2W Macro?

Started by
0 comments, last by davidkosenina 20 years, 8 months ago
Helo I am using VC++6.0. What .h should I include and what .lib should I link so that I can use T2W makro. TCHAR.h doesnt have T2W makro. I think ATLCONV.h have this makro, but I cant include it standalone. What .h should I include so that I can convert c string to w string. Thanks.
Advertisement
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vclib/html/_atl_string_conversion_macros.asp

This topic is closed to new replies.

Advertisement