CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2009
    Location
    Genova - Italy
    Posts
    38

    Define wchar_t in VC 6

    Hello to all

    I would like to define the wchar_t data type in a Visual Studio 6 project (C language).
    Does anybody know how I could do this?

    Thank you

  2. #2
    Join Date
    Sep 2004
    Location
    Holland (land of the dope)
    Posts
    4,123

    Re: Define wchar_t in VC 6

    wchar_t is already defined in VC 6.

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