CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Punsher2011

Search: Search took 0.03 seconds.

  1. Replies
    13
    Views
    13,923

    Re: Converting char to LPCWSTR

    sorry , my mistake ! :blush:
  2. Replies
    13
    Views
    13,923

    Re: Converting char to LPCWSTR

    you need to include tchar.h
    ----
    also if you dont want to include tchar or use that you do this .

    LPCWSTR Hello = L"salam";
    MessageBox(NULL, L"Text.", Hello, MB_OK);

    _T() is a funtion of...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured