Click here to Skip to main content
16,006,535 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Tabs and List Control Box?? Pin
wangyiming12-Apr-02 18:10
wangyiming12-Apr-02 18:10 
GeneralAn interesing problem with CDialogBar Pin
User 988512-Apr-02 4:42
User 988512-Apr-02 4:42 
GeneralHELP - Program crashes in Release Mode Pin
Eldon Zacek12-Apr-02 4:30
Eldon Zacek12-Apr-02 4:30 
GeneralRe: HELP - Program crashes in Release Mode Pin
Jeremy Falcon12-Apr-02 4:39
professionalJeremy Falcon12-Apr-02 4:39 
GeneralRe: HELP - Program crashes in Release Mode Pin
12-Apr-02 4:36
suss12-Apr-02 4:36 
GeneralRe: HELP - Program crashes in Release Mode Pin
Tim Smith12-Apr-02 4:36
Tim Smith12-Apr-02 4:36 
GeneralRe: HELP - Program crashes in Release Mode Pin
Chris Losinger12-Apr-02 4:37
professionalChris Losinger12-Apr-02 4:37 
GeneralRe: HELP - Program crashes in Release Mode Pin
Le centriste12-Apr-02 4:39
Le centriste12-Apr-02 4:39 
Configure your release build with debugging symbols, then run it through the debugger. I suggest:

1- After compiling the release version, run it outside the debugger. When it crashes, choose <Cancel> in the window in order to start the debugger. The debugger will point you at the point it crashes. Use the drop-down to navigate in the call stack.

2- If you didn't figure out right away what went wrong, you at least have a better idea of where to put your break points. Now you can run it inside the debugger.

AS a side note, this happens probably because the debug version of malloc puts guard bytes before and after the memory allocated, which it does not do for the non-debug version.


Michel

If I am wrong or said something stupid, I apologize in advance Wink | ;)
GeneralRe: HELP - Program crashes in Release Mode Pin
James R. Twine12-Apr-02 9:29
James R. Twine12-Apr-02 9:29 
GeneralRe: HELP - Program crashes in Release Mode Pin
Eldon Zacek12-Apr-02 5:13
Eldon Zacek12-Apr-02 5:13 
GeneralRe: HELP - Program crashes in Release Mode Pin
Tim Smith12-Apr-02 8:17
Tim Smith12-Apr-02 8:17 
GeneralRe: HELP - Program crashes in Release Mode Pin
Le centriste12-Apr-02 9:12
Le centriste12-Apr-02 9:12 
GeneralConsole questions Pin
Jon Hulatt12-Apr-02 4:22
Jon Hulatt12-Apr-02 4:22 
GeneralRe: Console questions Pin
lucy12-Apr-02 4:39
lucy12-Apr-02 4:39 
QuestionInhibe the ENTER and ESC KEYS ? Pin
youssef12-Apr-02 4:03
youssef12-Apr-02 4:03 
AnswerRe: Inhibe the ENTER and ESC KEYS ? Pin
lucy12-Apr-02 4:05
lucy12-Apr-02 4:05 
AnswerRe: Inhibe the ENTER and ESC KEYS ? Pin
wangyiming12-Apr-02 4:11
wangyiming12-Apr-02 4:11 
GeneralRe: Inhibe the ENTER and ESC KEYS ? Pin
lucy12-Apr-02 4:10
lucy12-Apr-02 4:10 
AnswerRe: Inhibe the ENTER and ESC KEYS ? Pin
Mahdi Nejadsahebi10-Oct-12 11:21
Mahdi Nejadsahebi10-Oct-12 11:21 
GeneralCRecordset and Oracle 8 Pin
12-Apr-02 3:49
suss12-Apr-02 3:49 
GeneralRe: CRecordset and Oracle 8 Pin
wangyiming12-Apr-02 3:59
wangyiming12-Apr-02 3:59 
GeneralRe: CRecordset and Oracle 8 Pin
Alexandru Savescu12-Apr-02 4:54
Alexandru Savescu12-Apr-02 4:54 
GeneralRe: CRecordset and Oracle 8 Pin
13-Apr-02 1:10
suss13-Apr-02 1:10 
GeneralRe: CRecordset and Oracle 8 Pin
Alexandru Savescu13-Apr-02 2:20
Alexandru Savescu13-Apr-02 2:20 
GeneralRe: CRecordset and Oracle 8 Pin
13-Apr-02 7:18
suss13-Apr-02 7:18 

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.