Click here to Skip to main content
15,923,120 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: finding files inside folder Pin
Blake V. Miller20-Oct-05 18:00
Blake V. Miller20-Oct-05 18:00 
GeneralRe: finding files inside folder Pin
sunit520-Oct-05 19:13
sunit520-Oct-05 19:13 
GeneralRe: finding files inside folder Pin
FarPointer21-Oct-05 0:41
FarPointer21-Oct-05 0:41 
GeneralRe: finding files inside folder Pin
ThatsAlok21-Oct-05 1:22
ThatsAlok21-Oct-05 1:22 
QuestionAnswering machine, Where to start? Pin
Hamed Musavi20-Oct-05 15:36
Hamed Musavi20-Oct-05 15:36 
AnswerRe: Answering machine, Where to start? Pin
Blake V. Miller20-Oct-05 17:40
Blake V. Miller20-Oct-05 17:40 
GeneralRe: Answering machine, Where to start? Pin
vikas amin20-Oct-05 20:42
vikas amin20-Oct-05 20:42 
QuestionDebug Assertion Failure wincore.cpp Pin
SublimeRide20-Oct-05 10:12
SublimeRide20-Oct-05 10:12 
Hey, thanks in advance for the help.

I am taking over a project that someone else originally designed some time ago and I haven't worked in C++ for a long time. It's a tabbed dialog application.

On one dialog there are several bitmaps (basically status lights). These each have member variables which are used to show/hide them.

I've added a new bitmap control (from the toolbar) and tied it in to one of the existing light bitmaps.

If I compile and run everything works fine. Now when I add a member variable to it through the Class Wizard, it will compile but on run it gives a debug assertion failure and crashes out.

It looks like the only additions being made to the code by Class Wizard are the member variable declaration (CStatic) and the DDX statement. Each of these are in the same places as the other declarations and DDX statements.

Yet, the debug assertion failure occurs.

Any ideas? Thanks. Jim
AnswerRe: Debug Assertion Failure wincore.cpp Pin
David Crow20-Oct-05 10:15
David Crow20-Oct-05 10:15 
GeneralRe: Debug Assertion Failure wincore.cpp Pin
Anonymous20-Oct-05 11:00
Anonymous20-Oct-05 11:00 
AnswerRe: Debug Assertion Failure wincore.cpp Pin
Christian Graus20-Oct-05 11:59
protectorChristian Graus20-Oct-05 11:59 
AnswerRe: Debug Assertion Failure wincore.cpp Pin
John M. Drescher20-Oct-05 14:37
John M. Drescher20-Oct-05 14:37 
GeneralRe: Debug Assertion Failure wincore.cpp Pin
SublimeRide26-Oct-05 9:09
SublimeRide26-Oct-05 9:09 
GeneralRe: Debug Assertion Failure wincore.cpp Pin
John M. Drescher26-Oct-05 10:11
John M. Drescher26-Oct-05 10:11 
GeneralRe: Debug Assertion Failure wincore.cpp Pin
SublimeRide27-Oct-05 15:12
SublimeRide27-Oct-05 15:12 
GeneralRe: Debug Assertion Failure wincore.cpp Pin
John M. Drescher28-Oct-05 3:27
John M. Drescher28-Oct-05 3:27 
GeneralRe: Debug Assertion Failure wincore.cpp Pin
SublimeRide28-Oct-05 20:23
SublimeRide28-Oct-05 20:23 
AnswerUPDATE! Re: Debug Assertion Failure wincore.cpp Pin
SublimeRide25-Oct-05 13:41
SublimeRide25-Oct-05 13:41 
GeneralRe: UPDATE! Re: Debug Assertion Failure wincore.cpp Pin
David Crow26-Oct-05 2:55
David Crow26-Oct-05 2:55 
GeneralRe: UPDATE! Re: Debug Assertion Failure wincore.cpp Pin
SublimeRide26-Oct-05 7:13
SublimeRide26-Oct-05 7:13 
QuestionRe: UPDATE! Re: Debug Assertion Failure wincore.cpp Pin
David Crow26-Oct-05 8:24
David Crow26-Oct-05 8:24 
AnswerRe: UPDATE! Re: Debug Assertion Failure wincore.cpp Pin
SublimeRide26-Oct-05 9:04
SublimeRide26-Oct-05 9:04 
AnswerRe: UPDATE! Re: Debug Assertion Failure wincore.cpp Pin
SublimeRide27-Oct-05 15:06
SublimeRide27-Oct-05 15:06 
GeneralRe: UPDATE! Re: Debug Assertion Failure wincore.cpp Pin
David Crow28-Oct-05 2:23
David Crow28-Oct-05 2:23 
GeneralRe: UPDATE! Re: Debug Assertion Failure wincore.cpp Pin
SublimeRide28-Oct-05 10:49
SublimeRide28-Oct-05 10:49 

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.