CBitmap of 87 MB : one OK, but not two...
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I have some problems handling two print buffers of the printer's native resolution (720 dpi). I can do one m_hBitmap=CreateCompatibleBitmap(pDC->m_hDC,5784,7938), but the second buffer returns me a NULL handle... How can I increase the heap memory buffer ? The GDI object's memory seems very thigh. Can the HeapCreate function solve the issue ? Just a quick note, the PC features 1.5 GB of RAM, and currently only 300 MB is used. So it's not a memory problem... Kochise In Code we trust !