Click here to Skip to main content
15,904,339 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Access Violation problem Pin
Jonathan [Darka]27-Jul-07 1:07
professionalJonathan [Darka]27-Jul-07 1:07 
GeneralRe: Access Violation problem Pin
p_27-Jul-07 1:18
p_27-Jul-07 1:18 
GeneralRe: Access Violation problem Pin
Jonathan [Darka]27-Jul-07 1:25
professionalJonathan [Darka]27-Jul-07 1:25 
GeneralRe: Access Violation problem Pin
p_27-Jul-07 1:40
p_27-Jul-07 1:40 
GeneralRe: Access Violation problem Pin
Shouvik Das27-Jul-07 1:43
Shouvik Das27-Jul-07 1:43 
General<font colour=orange>Re: Access Violation problem</font> Pin
Shouvik Das27-Jul-07 1:38
Shouvik Das27-Jul-07 1:38 
QuestionDebug Assertion error Pin
Anu_Bala26-Jul-07 18:21
Anu_Bala26-Jul-07 18:21 
AnswerRe: Debug Assertion error Pin
Roger Broomfield26-Jul-07 20:15
Roger Broomfield26-Jul-07 20:15 
The short answer is: because your menu doesnt have enough items in it.

CMDIFrameWnd::OnCreate() attempts to guess which sub-menu is the Window menu. It does this based on the assumption that you have followed the Windows user interface guidelines and have a Help menu as the right-most item and a Window menu immediately to the left of that. The assertion you are getting is specifically because the menu you have made for IDR_MAINFRAME has less than 2 items.
GeneralRe: Debug Assertion error Pin
Anu_Bala26-Jul-07 21:10
Anu_Bala26-Jul-07 21:10 
GeneralRe: Debug Assertion error Pin
Roger Broomfield26-Jul-07 22:19
Roger Broomfield26-Jul-07 22:19 
GeneralRe: Debug Assertion error Pin
Anu_Bala26-Jul-07 23:10
Anu_Bala26-Jul-07 23:10 
QuestionRe: Debug Assertion error Pin
Anu_Bala26-Jul-07 23:18
Anu_Bala26-Jul-07 23:18 
AnswerRe: Debug Assertion error Pin
Roger Broomfield26-Jul-07 23:35
Roger Broomfield26-Jul-07 23:35 
GeneralRe: Debug Assertion error Pin
Anu_Bala27-Jul-07 0:22
Anu_Bala27-Jul-07 0:22 
GeneralRe: Debug Assertion error Pin
Roger Broomfield27-Jul-07 0:57
Roger Broomfield27-Jul-07 0:57 
GeneralRe: Debug Assertion error Pin
Anu_Bala27-Jul-07 1:34
Anu_Bala27-Jul-07 1:34 
GeneralRe: Debug Assertion error Pin
Roger Broomfield27-Jul-07 2:10
Roger Broomfield27-Jul-07 2:10 
QuestionProgrammatically show group properties dialog Pin
mbooth951726-Jul-07 17:13
mbooth951726-Jul-07 17:13 
AnswerRe: Programmatically show group properties dialog Pin
Mark Salsbery26-Jul-07 17:46
Mark Salsbery26-Jul-07 17:46 
GeneralRe: Programmatically show group properties dialog Pin
mbooth951726-Jul-07 20:04
mbooth951726-Jul-07 20:04 
QuestionNEED HELP with multithreading!!!!!!!!!!!!!! Pin
alberthyc26-Jul-07 14:29
alberthyc26-Jul-07 14:29 
AnswerRe: NEED HELP with multithreading!!!!!!!!!!!!!! Pin
Mark Salsbery26-Jul-07 14:33
Mark Salsbery26-Jul-07 14:33 
GeneralRe: NEED HELP with multithreading!!!!!!!!!!!!!! Pin
alberthyc26-Jul-07 17:15
alberthyc26-Jul-07 17:15 
GeneralRe: NEED HELP with multithreading!!!!!!!!!!!!!! Pin
Mark Salsbery26-Jul-07 17:25
Mark Salsbery26-Jul-07 17:25 
GeneralRe: NEED HELP with multithreading!!!!!!!!!!!!!! Pin
alberthyc27-Jul-07 5:32
alberthyc27-Jul-07 5:32 

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.