 |
Null Pointer Assignment
... the run-time error R6001 will be generated upon program termination. The most common cause of this error is using a pointer that has not been initialized to point to a memory area. Pointers that have not had space allocated for them [for example, with
support.microsoft.com |
 |