CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Threaded View

  1. #1
    Join Date
    Feb 2007
    Posts
    186

    Converting system::string to LPCTSTR

    Sometimes I wonder why a string object doesnt have methods to convert to and from all string types. Anyways im stumped on converting a string to a LPCTSTR which is a long pointer to a const tchar string right?
    I read some forum posts and code project pages but I didnt understand exactly how to convert these.
    Last edited by abcdefgqwerty; May 8th, 2007 at 03:22 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured