Hi, I am having a problem with memory allocation a deletion. I am getting an assert error in AFXMEM.CPP at line 370. Using MSVC for NT 1.1. This indicates that the doublely linked list is mixed up. The previous pointer for the current block is NULL, but the first block…