Hallo C++ world,
I would be appreciate your help!. I've a class with a CMap member variable. I have to store in it aprox. 8000 CMyObject elements. But after the 4600th element I get a CMemoryException.
I tried with a CArray variable. Here can I store only 1500 elements.
Can anyone tell me how can I work around this problem using a MFC collection.
With kind regards,
Reinaldo
I would be appreciate your help!. I've a class with a CMap member variable. I have to store in it aprox. 8000 CMyObject elements. But after the 4600th element I get a CMemoryException.
I tried with a CArray variable. Here can I store only 1500 elements.
Can anyone tell me how can I work around this problem using a MFC collection.
With kind regards,
Reinaldo