Click here to Skip to main content
15,888,527 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Hello Pin
MrKBA10-Jan-14 2:16
MrKBA10-Jan-14 2:16 
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 
i have program and i believe that it works fine under debug mode, the program does not have memory leak or any other leaks, what happened that i switched to release mode, and somehow i see weird problems showing up

1- the free and calloc work fine but sometime the program crash tells me a heap corruption issue, where as each pointer is checked, when i look at task manger the program works with regular around 10mg, but somehow it gets increased to 1gb1! and this happens after the crash

2- when i use openfile function the api one, it works fine then somehow the window gets busted? such lists or prarts from openfile disperse?

i do not believe it's related to uninitialized data cuz all the variables are initialized even the pointers

i did check with all leak tools and non of them show memory leak, i did see access violation but it's also handled with exceptions

i do not understand why it's still crashing whereas i checked everything? any ideas or similar issues?
AnswerRe: a real problem i been facing in release mode Pin
SoMad9-Jan-14 20:54
professionalSoMad9-Jan-14 20:54 
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 

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.