--- Module: NGSplitPath.cpp } NGSplitPath.cpp(32): error 1541: (Warning -- Member 'CNGSplitPath::szComputer' (line 42, file NGSplitPath.h) possibly not initialized by constructor) _tcsncpy(szComputer, _tcsstr(szDir, "\\\\")+2, sizeof(szComputer)-1 ); NGSplitPath.cpp(53): error 613: (Warning -- Possible use of null pointer 'unknown-name' in left argument to operator 'ptr+int' [Reference: file NGSplitPath.cpp: line 53]) _tcsncpy(szDir, _tcsstr(szDir, "\\\\")+2, sizeof(szDir)-1 ); NGSplitPath.cpp(57): error 613: (Warning -- Possible use of null pointer 'unknown-name' in left argument to operator 'ptr+int' [Reference: file NGSplitPath.cpp: line 57]) _tcsncpy(szDir, _tcsstr(szDir, "\\"), sizeof(szDir)-1 ); NGSplitPath.cpp(58): error 668: (Warning -- Possibly passing a null pointer to function 'strncpy(char *, const char *, unsigned int)', arg. no. 2 [Reference: file NGSplitPath.cpp: line 58]) During Specific Walk: File NGSplitPath.cpp line 30: Split(!=0) NGSplitPath.cpp(53): error 613: (Warning -- Possible use of null pointer 'unknown-name' in left argument to operator 'ptr+int' [Reference: file NGSplitPath.cpp: line 53]) During Specific Walk: File NGSplitPath.cpp line 30: Split(!=0) NGSplitPath.cpp(57): error 613: (Warning -- Possible use of null pointer 'unknown-name' in left argument to operator 'ptr+int' [Reference: file NGSplitPath.cpp: line 57]) During Specific Walk: File NGSplitPath.cpp line 30: Split(!=0) NGSplitPath.cpp(58): error 668: (Warning -- Possibly passing a null pointer to function 'strncpy(char *, const char *, unsigned int)', arg. no. 2 [Reference: file NGSplitPath.cpp: line 58]) --- Global Wrap-up error 900: (Note -- Successful completion, 7 messages produced)