Click here to Skip to main content
15,921,941 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: INetFwMgr Pin
Hamid_RT7-Jan-09 23:48
Hamid_RT7-Jan-09 23:48 
GeneralRe: INetFwMgr Pin
barneyb817-Jan-09 23:55
barneyb817-Jan-09 23:55 
Questionprotocol using vc++ Pin
hrishiS7-Jan-09 22:09
hrishiS7-Jan-09 22:09 
QuestionRe: protocol using vc++ Pin
CPallini7-Jan-09 22:39
mveCPallini7-Jan-09 22:39 
AnswerRe: protocol using vc++ Pin
hrishiS7-Jan-09 23:17
hrishiS7-Jan-09 23:17 
AnswerRe: protocol using vc++ Pin
Hamid_RT7-Jan-09 23:31
Hamid_RT7-Jan-09 23:31 
GeneralRe: protocol using vc++ Pin
toxcct8-Jan-09 1:30
toxcct8-Jan-09 1:30 
GeneralYou.... Pin
CPallini8-Jan-09 1:43
mveCPallini8-Jan-09 1:43 
GeneralRe: You.... Pin
toxcct8-Jan-09 1:54
toxcct8-Jan-09 1:54 
GeneralRe: protocol using vc++ Pin
Hamid_RT8-Jan-09 1:46
Hamid_RT8-Jan-09 1:46 
GeneralRe: protocol using vc++ Pin
toxcct8-Jan-09 1:52
toxcct8-Jan-09 1:52 
JokeRe: protocol using vc++ Pin
CPallini8-Jan-09 1:57
mveCPallini8-Jan-09 1:57 
GeneralRe: protocol using vc++ Pin
Hamid_RT8-Jan-09 2:01
Hamid_RT8-Jan-09 2:01 
RantRe: protocol using vc++ Pin
toxcct8-Jan-09 2:50
toxcct8-Jan-09 2:50 
JokeRe: protocol using vc++ Pin
CPallini8-Jan-09 3:14
mveCPallini8-Jan-09 3:14 
GeneralRe: protocol using vc++ Pin
toxcct8-Jan-09 3:25
toxcct8-Jan-09 3:25 
GeneralRe: protocol using vc++ [modified: welcome in the THHB, toxcct!] Pin
CPallini8-Jan-09 3:44
mveCPallini8-Jan-09 3:44 
GeneralRe: protocol using vc++ [modified: welcome in the THHB, toxcct!] Pin
toxcct8-Jan-09 4:24
toxcct8-Jan-09 4:24 
GeneralRe: protocol using vc++ Pin
Hamid_RT8-Jan-09 3:49
Hamid_RT8-Jan-09 3:49 
JokeRe: protocol using vc++ Pin
CPallini8-Jan-09 5:09
mveCPallini8-Jan-09 5:09 
JokeRe: protocol using vc++ Pin
Hamid_RT8-Jan-09 7:21
Hamid_RT8-Jan-09 7:21 
JokeRe: protocol using vc++ Pin
CPallini8-Jan-09 7:38
mveCPallini8-Jan-09 7:38 
GeneralRe: protocol using vc++ Pin
Hamid_RT8-Jan-09 7:54
Hamid_RT8-Jan-09 7:54 
GeneralRe: protocol using vc++ Pin
CPallini8-Jan-09 9:24
mveCPallini8-Jan-09 9:24 
QuestionDebug assertion failed encountered when executing my SDI application Pin
Divya Lalwani7-Jan-09 19:37
Divya Lalwani7-Jan-09 19:37 
Configuration is:Debug Win 32
Building the project in this mode gives 0 errors , 0 warnings.
But when I execute the project it shows a MessageBox -Debug Assertion failed.

ProgramBig Grin | :-D :\da\Debug\da.exe
File: f:\dd\vctools\vc7libs\ship\atlmfc\src\mfc\viewform.cpp

On clicking the Retry button of the MessageBox it reads- da.exe triggered a breakpoint.

on clicking Break button control goes to the file viewform.cpp file which show a breakpoint on the following statements.

#ifdef _DEBUG
// dialog template must exist and be invisible with WS_CHILD set
if (!_AfxCheckDialogTemplate(m_lpszTemplateName, TRUE))
{
ASSERT(FALSE); // invalid dialog template name
PostNcDestroy(); // cleanup if Create fails too soon
return FALSE;
}
#endif //_DEBUG



Can anyone please help me find a solution to the above mentioned problem.
Thanks and Regards
Divya.

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.