Uploaded image for project: 'Core ReactOS'
  1. Core ReactOS
  2. CORE-12917

ATL: CStringT should work even if the source string is integer resource

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 0.4.5
    • CRT
    • March 2017

    Description

      atl-cstringt-integer-resource.patch
      This patch enables our ATL CStringT class to construct from the integer string resources.

      if (IS_INTRESOURCE(pszSrc))
          LoadString(LOWORD(pszSrc));
      else
          *this = pszSrc;

      Attachments

        Activity

          People

            learn_more Mark Jansen
            katayama_hirofumi_mz Katayama Hirofumi MZ
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: