Click here to Skip to main content
15,915,324 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionWhy is this Crash??? Pin
Balkrishna Talele5-Apr-05 2:49
Balkrishna Talele5-Apr-05 2:49 
AnswerRe: Why is this Crash??? Pin
toxcct5-Apr-05 2:53
toxcct5-Apr-05 2:53 
GeneralRe: Why is this Crash??? Pin
Balkrishna Talele5-Apr-05 2:55
Balkrishna Talele5-Apr-05 2:55 
GeneralRe: Why is this Crash??? Pin
toxcct5-Apr-05 3:01
toxcct5-Apr-05 3:01 
AnswerRe: Why is this Crash??? Pin
David Crow5-Apr-05 3:02
David Crow5-Apr-05 3:02 
GeneralRe: Why is this Crash??? Pin
Balkrishna Talele5-Apr-05 3:06
Balkrishna Talele5-Apr-05 3:06 
AnswerRe: Why is this Crash??? Pin
_Andrew5-Apr-05 5:38
_Andrew5-Apr-05 5:38 
AnswerRe: Why is this Crash??? Pin
Michael Dunn5-Apr-05 7:07
sitebuilderMichael Dunn5-Apr-05 7:07 
You're seeing a failed assert, not a crash. The assert message will say something like "damage after normal block" which means you wrote past the end of the memory block you allocated (in this case, you allocated 10 bytes but wrote to 11).

--Mike--
Visual C++ MVP Cool | :cool:
LINKS~! Ericahist | 1ClickPicGrabber | CP SearchBar v2.0.2 | C++ Forum FAQ
Strange things are afoot at the U+004B U+20DD

GeneralATTRIBUTE Pin
sunit55-Apr-05 2:13
sunit55-Apr-05 2:13 
GeneralRe: ATTRIBUTE Pin
sunit55-Apr-05 3:11
sunit55-Apr-05 3:11 
GeneralWELL DONE Pin
BadJerry5-Apr-05 3:35
BadJerry5-Apr-05 3:35 
GeneralRe: WELL DONE Pin
ThatsAlok5-Apr-05 3:53
ThatsAlok5-Apr-05 3:53 
GeneralRe: WELL DONE Pin
BadJerry5-Apr-05 4:06
BadJerry5-Apr-05 4:06 
GeneralRe: WELL DONE Pin
ThatsAlok5-Apr-05 17:54
ThatsAlok5-Apr-05 17:54 
GeneralMFC Pin
charu1235-Apr-05 2:11
charu1235-Apr-05 2:11 
GeneralRe: MFC Pin
toxcct5-Apr-05 2:22
toxcct5-Apr-05 2:22 
GeneralRe: MFC Pin
charu1235-Apr-05 19:31
charu1235-Apr-05 19:31 
GeneralCant use Ctrl+C etc. with CSplitterWnd Pin
ugur_basak5-Apr-05 1:40
ugur_basak5-Apr-05 1:40 
GeneralFlat CComboBoxEx Pin
BadJerry5-Apr-05 1:31
BadJerry5-Apr-05 1:31 
GeneralRe: Flat CComboBoxEx Pin
Alexander M.,5-Apr-05 8:36
Alexander M.,5-Apr-05 8:36 
Questionhow to setfocus.. Pin
mpallavi5-Apr-05 1:28
mpallavi5-Apr-05 1:28 
AnswerRe: how to setfocus.. Pin
toxcct5-Apr-05 1:49
toxcct5-Apr-05 1:49 
Generalthanx Pin
mpallavi5-Apr-05 1:57
mpallavi5-Apr-05 1:57 
GeneralWindows Tree view in vc++ Pin
accessnetwork5-Apr-05 1:21
accessnetwork5-Apr-05 1:21 
QuestionSelf-initilization of class? Pin
Gadjuka5-Apr-05 1:09
Gadjuka5-Apr-05 1:09 

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.