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

Search:

Type: Posts; User: Codeplug

Search: Search took 0.08 seconds.

  1. Replies
    3
    Views
    5,627

    Re: Problem with Japanese system

    Don't use any char strings. Just use wide API's.
    And use code tags when posting code.


    ITEMIDLIST_ABSOLUTE *itemList;
    HRESULT hres;
    hres = SHGetSpecialFolderLocation(NULL,...
  2. Replies
    3
    Views
    5,627

    Re: Problem with Japanese system

    It's not a good idea to put characters outside the "basic" character set in your source code. You can read more about that here: http://www.codeguru.com/forum/showpost.php?p=1723158&postcount=14.
    ...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured