peterworth
Programmer
for what reasons might a CMemoryException be thrown at a line like this?
*lpBuffer = new char[dwCurBufSize];
not much memory is being used and i'm sure there are no memory leaks, so surely it can't only mean memory has run out?
*lpBuffer = new char[dwCurBufSize];
not much memory is being used and i'm sure there are no memory leaks, so surely it can't only mean memory has run out?