Click here to Skip to main content
15,914,303 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Removing Titlebar of the Frame Window Pin
Sarath C7-Sep-06 1:52
Sarath C7-Sep-06 1:52 
GeneralRe: Removing Titlebar of the Frame Window Pin
prasad_som7-Sep-06 1:55
prasad_som7-Sep-06 1:55 
GeneralRe: Removing Titlebar of the Frame Window Pin
Sarath C7-Sep-06 18:10
Sarath C7-Sep-06 18:10 
QuestionRe: Removing Titlebar of the Frame Window Pin
David Crow7-Sep-06 3:24
David Crow7-Sep-06 3:24 
Questiondebug Version crashing Pin
Jacqi1237-Sep-06 1:17
Jacqi1237-Sep-06 1:17 
AnswerRe: debug Version crashing Pin
Cedric Moonen7-Sep-06 1:22
Cedric Moonen7-Sep-06 1:22 
QuestionRe: debug Version crashing Pin
Rinu_Raj7-Sep-06 1:23
Rinu_Raj7-Sep-06 1:23 
AnswerRe: debug Version crashing Pin
Jacqi1237-Sep-06 1:30
Jacqi1237-Sep-06 1:30 
Its a switch statement with diff cases:
pseudo code:

switch(text)
{
case1:
Do something...;
case 2:
Do something..;
default:
ASSERT(FALSE);
}
Its going to default case and then assert statement is excuting and it crashes here.

Its giving error
"A breakpoint has been reached.
(0x80000003) ocurred in application at location 0x7c901230"
GeneralRe: debug Version crashing [modified] Pin
prasad_som7-Sep-06 1:52
prasad_som7-Sep-06 1:52 
AnswerRe: debug Version crashing Pin
David Crow7-Sep-06 3:28
David Crow7-Sep-06 3:28 
AnswerRe: debug Version crashing Pin
Hamid_RT8-Sep-06 7:10
Hamid_RT8-Sep-06 7:10 
QuestionHow to restrict user to reduce size of dialog box Pin
BlrBoy7-Sep-06 1:00
BlrBoy7-Sep-06 1:00 
AnswerRe: How to restrict user to reduce size of dialog box Pin
Sarath C7-Sep-06 1:06
Sarath C7-Sep-06 1:06 
AnswerRe: How to restrict user to reduce size of dialog box Pin
David Crow7-Sep-06 3:30
David Crow7-Sep-06 3:30 
QuestionLinker error 2001 very urgent Pin
uday kiran janaswamy7-Sep-06 0:57
uday kiran janaswamy7-Sep-06 0:57 
AnswerRe: Linker error 2001 very urgent Pin
Aamir Butt7-Sep-06 0:58
Aamir Butt7-Sep-06 0:58 
AnswerRe: Linker error 2001 very urgent Pin
Programm3r7-Sep-06 1:24
Programm3r7-Sep-06 1:24 
GeneralFile Close Notification Pin
Aamir Butt7-Sep-06 0:42
Aamir Butt7-Sep-06 0:42 
GeneralRe: File Close Notification Pin
Rinu_Raj7-Sep-06 1:04
Rinu_Raj7-Sep-06 1:04 
GeneralRe: File Close Notification Pin
Aamir Butt7-Sep-06 1:11
Aamir Butt7-Sep-06 1:11 
GeneralRe: File Close Notification Pin
Aamir Butt7-Sep-06 1:17
Aamir Butt7-Sep-06 1:17 
AnswerRe: File Close Notification Pin
Rinu_Raj7-Sep-06 1:21
Rinu_Raj7-Sep-06 1:21 
GeneralRe: File Close Notification Pin
Aamir Butt7-Sep-06 1:36
Aamir Butt7-Sep-06 1:36 
GeneralRe: File Close Notification Pin
David Crow7-Sep-06 3:36
David Crow7-Sep-06 3:36 
AnswerRe: File Close Notification Pin
Rinu_Raj7-Sep-06 1:27
Rinu_Raj7-Sep-06 1:27 

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.