Memory setting for MFC project
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
How to enlarge/set the memory for a MFC project in VC6 platform? In my MDI project, I set several dialogs , and some controls(such as check box) after I add variable for each MFC control, successed in compiler no matter debug or release mode, then execute it and error occurs. if delete some variable of the MFC controls, it might be ok. I debuged the project, the error message "memory is not enough" is occurs in system function LRESULT AFXAPI AfxCallWndProc(CWnd* pWnd, HWND hWnd, UINT nMsg, WPARAM wParam = 0, LPARAM lParam = 0) admire