How do you convert a System::String to const TCHAR*?
www.daniweb.com 0 Newbie Poster
Recommended Answers
Jump to PostTCHAR is a macro -- you can't convert System::String to a macro, it doesn't make any sense. You can convert it to char* or wchar_t*, depending on whether you are compiling for UNICODE or not, but can't convert it to a macro.
All 2 Replies
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
www.daniweb.com 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.