Index: src/libchcore/ErrorCodes.h =================================================================== diff -u -N -r0cf74c78280b58c363868caafb9bf493a57aa006 -r25b3c85ea493809ee084271d5101a015d349da95 --- src/libchcore/ErrorCodes.h (.../ErrorCodes.h) (revision 0cf74c78280b58c363868caafb9bf493a57aa006) +++ src/libchcore/ErrorCodes.h (.../ErrorCodes.h) (revision 25b3c85ea493809ee084271d5101a015d349da95) @@ -33,6 +33,7 @@ eErr_InternalProblem = 4, eErr_UseOfUninitializedObject = 5, eErr_InvalidData = 6, + eErr_InvalidPointer = 7, // shared memory (500+) eErr_CannotOpenSharedMemory = 500,