Changeset 3527e99 in nscp for trunk/include/REGSettings.h
- Timestamp:
- 11/28/07 20:33:21 (5 years ago)
- Children:
- 42edcda
- Parents:
- 5ee4e31
- File:
-
- 1 edited
-
trunk/include/REGSettings.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/REGSettings.h
raeadfda r3527e99 119 119 ret = reinterpret_cast<LPCTSTR>(bData); 120 120 } else { 121 std:: cout << _T("getString_::Buffersize to small: ") << lpszPath << "." << lpszKey << ": " << type << std::endl;121 std::wcout << _T("getString_::Buffersize to small: ") << lpszPath << "." << lpszKey << ": " << type << std::endl; 122 122 } 123 123 } else if (type == REG_DWORD) { … … 125 125 ret = strEx::itos(dw); 126 126 } else { 127 std:: cout << _T("getString_::Unsupported type: ") << lpszPath << "." << lpszKey << ": " << type << std::endl;127 std::wcout << _T("getString_::Unsupported type: ") << lpszPath << "." << lpszKey << ": " << type << std::endl; 128 128 } 129 129 } else if (lRet == ERROR_FILE_NOT_FOUND) { … … 177 177 ret.push_back(std::wstring(lpValueName)); 178 178 } else { 179 std:: cout << _T("getValues_::Error: ") << bRet << ": " << lpszPath << _T("[") << i << _T("]") << std::endl;179 std::wcout << _T("getValues_::Error: ") << bRet << ": " << lpszPath << _T("[") << i << _T("]") << std::endl; 180 180 181 181 } … … 205 205 ret.push_back(std::wstring(lpValueName)); 206 206 } else { 207 std:: cout << _T("getSubKeys_::Error: ") << bRet << _T(": ") << lpszPath << _T("[") << i << _T("]") << std::endl;207 std::wcout << _T("getSubKeys_::Error: ") << bRet << _T(": ") << lpszPath << _T("[") << i << _T("]") << std::endl; 208 208 } 209 209 }
Note: See TracChangeset
for help on using the changeset viewer.








