--- Module: NGNamedColours.cpp if ((cp = _tcschr(lpszColor, _T(','))) != NULL) NGNamedColours.cpp(283): error 605: (Warning -- Increase in pointer capability (assignment) -- Effective C++ #29) cp = _tcschr(lpszColor, _T(',')); NGNamedColours.cpp(289): error 605: (Warning -- Increase in pointer capability (assignment) -- Effective C++ #29) else if ((cp = _tcschr(lpszColor, _T('#'))) != NULL) NGNamedColours.cpp(297): error 605: (Warning -- Increase in pointer capability (assignment) -- Effective C++ #29) --- Global Wrap-up error 900: (Note -- Successful completion, 3 messages produced)