Click here to Skip to main content
15,906,335 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: download from internet Pin
Laxman Auti19-Jun-06 18:09
Laxman Auti19-Jun-06 18:09 
AnswerRe: download from internet Pin
Ganesh_T19-Jun-06 18:23
Ganesh_T19-Jun-06 18:23 
AnswerRe: download from internet Pin
Hamid_RT19-Jun-06 19:05
Hamid_RT19-Jun-06 19:05 
QuestionMemory setting for MFC project Pin
zeus_master19-Jun-06 17:26
zeus_master19-Jun-06 17:26 
AnswerRe: Memory setting for MFC project Pin
Milton Karimbekallil19-Jun-06 21:17
Milton Karimbekallil19-Jun-06 21:17 
GeneralRe: Memory setting for MFC project Pin
zeus_master19-Jun-06 21:38
zeus_master19-Jun-06 21:38 
GeneralRe: Memory setting for MFC project Pin
Milton Karimbekallil20-Jun-06 6:21
Milton Karimbekallil20-Jun-06 6:21 
QuestionMemory setting for MFC project Pin
zeus_master19-Jun-06 17:26
zeus_master19-Jun-06 17:26 
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
Questionscrollbar and slider color Pin
locoone19-Jun-06 17:17
locoone19-Jun-06 17:17 
AnswerRe: scrollbar and slider color Pin
_AnsHUMAN_ 19-Jun-06 17:46
_AnsHUMAN_ 19-Jun-06 17:46 
GeneralRe: scrollbar and slider color [modified] Pin
locoone20-Jun-06 11:57
locoone20-Jun-06 11:57 
AnswerRe: scrollbar and slider color Pin
FarPointer19-Jun-06 17:48
FarPointer19-Jun-06 17:48 
AnswerRe: scrollbar and slider color Pin
Laxman Auti19-Jun-06 18:04
Laxman Auti19-Jun-06 18:04 
QuestionCoding Convention Pin
pjmvn19-Jun-06 17:03
pjmvn19-Jun-06 17:03 
AnswerRe: Coding Convention [modified] Pin
Stephen Hewitt19-Jun-06 17:17
Stephen Hewitt19-Jun-06 17:17 
GeneralRe: Coding Convention [modified] Pin
Stephen Hewitt19-Jun-06 19:27
Stephen Hewitt19-Jun-06 19:27 
AnswerRe: Coding Convention [modified] Pin
capricious_00119-Jun-06 17:27
capricious_00119-Jun-06 17:27 
GeneralRe: Coding Convention [modified] Pin
Stephen Hewitt19-Jun-06 17:54
Stephen Hewitt19-Jun-06 17:54 
GeneralRe: Coding Convention Pin
capricious_00119-Jun-06 18:21
capricious_00119-Jun-06 18:21 
GeneralRe: Coding Convention Pin
FarPointer19-Jun-06 18:56
FarPointer19-Jun-06 18:56 
GeneralRe: Coding Convention Pin
Blake Miller20-Jun-06 8:33
Blake Miller20-Jun-06 8:33 
QuestionC++/Non MFC [modified] Pin
Bram van Kampen19-Jun-06 14:20
Bram van Kampen19-Jun-06 14:20 
AnswerRe: C++/Non MFC Pin
Stephen Hewitt19-Jun-06 16:19
Stephen Hewitt19-Jun-06 16:19 
QuestionQueueUserAPC Pin
neilsolent19-Jun-06 9:41
neilsolent19-Jun-06 9:41 
QuestionRe: QueueUserAPC Pin
David Crow19-Jun-06 9:55
David Crow19-Jun-06 9:55 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.