Click here to Skip to main content
15,922,584 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Multimap? Pin
Stephen Hewitt8-Jul-11 4:34
Stephen Hewitt8-Jul-11 4:34 
GeneralRe: Multimap? Pin
Niklas L8-Jul-11 4:49
Niklas L8-Jul-11 4:49 
AnswerRe: Multimap? Pin
Resmi Anna8-Jul-11 1:05
Resmi Anna8-Jul-11 1:05 
GeneralRe: Multimap? Pin
Stephen Hewitt8-Jul-11 4:32
Stephen Hewitt8-Jul-11 4:32 
AnswerRe: Multimap? Pin
ThatsAlok8-Jul-11 1:52
ThatsAlok8-Jul-11 1:52 
AnswerRe: Multimap? Pin
Stephen Hewitt8-Jul-11 4:31
Stephen Hewitt8-Jul-11 4:31 
QuestionMAP???? Pin
john56327-Jul-11 20:51
john56327-Jul-11 20:51 
AnswerRe: MAP???? Pin
ThatsAlok7-Jul-11 21:09
ThatsAlok7-Jul-11 21:09 
AnswerRe: MAP???? Pin
Resmi Anna7-Jul-11 22:30
Resmi Anna7-Jul-11 22:30 
QuestionHow to drag and drop bitmap Pin
manju 37-Jul-11 19:15
manju 37-Jul-11 19:15 
AnswerRe: How to drag and drop bitmap Pin
ThatsAlok7-Jul-11 21:15
ThatsAlok7-Jul-11 21:15 
GeneralRe: How to drag and drop bitmap Pin
manju 37-Jul-11 23:17
manju 37-Jul-11 23:17 
GeneralRe: How to drag and drop bitmap Pin
Richard MacCutchan8-Jul-11 0:39
mveRichard MacCutchan8-Jul-11 0:39 
GeneralRe: How to drag and drop bitmap Pin
ThatsAlok8-Jul-11 1:51
ThatsAlok8-Jul-11 1:51 
GeneralRe: How to drag and drop bitmap Pin
Richard MacCutchan8-Jul-11 2:29
mveRichard MacCutchan8-Jul-11 2:29 
GeneralRe: How to drag and drop bitmap Pin
enhzflep8-Jul-11 3:01
enhzflep8-Jul-11 3:01 
GeneralRe: How to drag and drop bitmap Pin
Richard MacCutchan8-Jul-11 5:17
mveRichard MacCutchan8-Jul-11 5:17 
AnswerRe: How to drag and drop bitmap Pin
ThatsAlok10-Jul-11 19:52
ThatsAlok10-Jul-11 19:52 
AnswerRe: How to drag and drop bitmap Pin
Niklas L8-Jul-11 0:38
Niklas L8-Jul-11 0:38 
Questionassertion failure Pin
mrby1237-Jul-11 18:29
mrby1237-Jul-11 18:29 
AnswerRe: assertion failure Pin
Malli_S7-Jul-11 20:20
Malli_S7-Jul-11 20:20 
AnswerRe: assertion failure Pin
CPallini7-Jul-11 22:16
mveCPallini7-Jul-11 22:16 
GeneralRe: assertion failure Pin
Albert Holguin8-Jul-11 3:41
professionalAlbert Holguin8-Jul-11 3:41 
AnswerRe: assertion failure Pin
Stefan_Lang8-Jul-11 0:19
Stefan_Lang8-Jul-11 0:19 
When I get this problem it's usually due to trying to deallocate a pointer that already has been deallocated. Look at the call stack to find out which object you're trying to deallocate, then check why it's been deallocated already.

If this is not called during deallocation then I have no idea, sorry.
GeneralRe: assertion failure and "user break point called from code at 0x7c90120e" Pin
mrby1238-Jul-11 7:17
mrby1238-Jul-11 7:17 

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.