Click here to Skip to main content
15,895,667 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Hello Pin
Richard MacCutchan10-Jan-14 2:29
mveRichard MacCutchan10-Jan-14 2:29 
AnswerRe: Hello Pin
Stefan_Lang10-Jan-14 3:50
Stefan_Lang10-Jan-14 3:50 
GeneralRe: Hello Pin
MrKBA15-Jan-14 0:03
MrKBA15-Jan-14 0:03 
GeneralRe: Hello Pin
Stefan_Lang15-Jan-14 0:08
Stefan_Lang15-Jan-14 0:08 
GeneralRe: Hello Pin
MrKBA15-Jan-14 3:05
MrKBA15-Jan-14 3:05 
GeneralRe: Hello Pin
Stefan_Lang15-Jan-14 4:40
Stefan_Lang15-Jan-14 4:40 
Questiona real problem i been facing in release mode Pin
jone201329-Jan-14 20:33
jone201329-Jan-14 20:33 
AnswerRe: a real problem i been facing in release mode Pin
SoMad9-Jan-14 20:54
professionalSoMad9-Jan-14 20:54 
Given how little you have told us about how you handle the data or even what the program does, it's really hard for us to say what is wrong.

It is possible that you simply keep creating objects and adding them to a list, which has functionality for deleting all the objects when the list is destroyed. If that is the case, you don't have memory leaks, you just don't release memory until the program shuts down. You mention that you don't see failures in the debug build, but that could be because the release build is able to allocate objects at a much higher rate than the debug build.
Like I said, this is just one possibility.

Soren Madsen
"When you don't know what you're doing it's best to do it quickly" - Jase #DuckDynasty

GeneralRe: a real problem i been facing in release mode Pin
jone201329-Jan-14 21:02
jone201329-Jan-14 21:02 
GeneralRe: a real problem i been facing in release mode Pin
SoMad9-Jan-14 21:08
professionalSoMad9-Jan-14 21:08 
GeneralRe: a real problem i been facing in release mode Pin
jone201329-Jan-14 21:33
jone201329-Jan-14 21:33 
AnswerRe: a real problem i been facing in release mode Pin
Jochen Arndt9-Jan-14 21:08
professionalJochen Arndt9-Jan-14 21:08 
GeneralRe: a real problem i been facing in release mode Pin
jone201329-Jan-14 21:24
jone201329-Jan-14 21:24 
AnswerRe: a real problem i been facing in release mode Pin
Stefan_Lang9-Jan-14 22:34
Stefan_Lang9-Jan-14 22:34 
GeneralRe: a real problem i been facing in release mode Pin
jone2013210-Jan-14 9:43
jone2013210-Jan-14 9:43 
AnswerRe: a real problem i been facing in release mode Pin
Alan Balkany10-Jan-14 5:21
Alan Balkany10-Jan-14 5:21 
GeneralRe: a real problem i been facing in release mode Pin
jone2013214-Jan-14 7:22
jone2013214-Jan-14 7:22 
AnswerRe: a real problem i been facing in release mode Pin
jschell12-Jan-14 9:00
jschell12-Jan-14 9:00 
GeneralRe: a real problem i been facing in release mode Pin
jone2013214-Jan-14 7:25
jone2013214-Jan-14 7:25 
QuestionFile time issue Pin
_Flaviu7-Jan-14 0:55
_Flaviu7-Jan-14 0:55 
AnswerRe: File time issue Pin
Richard MacCutchan7-Jan-14 2:53
mveRichard MacCutchan7-Jan-14 2:53 
AnswerRe: File time issue Pin
Jochen Arndt7-Jan-14 3:02
professionalJochen Arndt7-Jan-14 3:02 
GeneralRe: File time issue Pin
_Flaviu7-Jan-14 21:45
_Flaviu7-Jan-14 21:45 
GeneralRe: File time issue Pin
Richard MacCutchan7-Jan-14 22:06
mveRichard MacCutchan7-Jan-14 22:06 
GeneralRe: File time issue Pin
Jochen Arndt7-Jan-14 22:39
professionalJochen Arndt7-Jan-14 22:39 

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.