Click here to Skip to main content
16,008,719 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionWebBrowser alternatives? Pin
1-Oct-01 23:24
suss1-Oct-01 23:24 
Generalstack overflow Pin
1-Oct-01 23:05
suss1-Oct-01 23:05 
GeneralRe: stack overflow Pin
Tomasz Sowinski2-Oct-01 0:08
Tomasz Sowinski2-Oct-01 0:08 
GeneralRe: stack overflow Pin
2-Oct-01 0:12
suss2-Oct-01 0:12 
GeneralA question about CFtpConnection Pin
Chaos Lawful1-Oct-01 22:34
Chaos Lawful1-Oct-01 22:34 
GeneralRe: A question about CFtpConnection Pin
Michael P Butler1-Oct-01 23:01
Michael P Butler1-Oct-01 23:01 
GeneralRe: A question about CFtpConnection Pin
Chaos Lawful2-Oct-01 1:18
Chaos Lawful2-Oct-01 1:18 
GeneralAdv: How does e.g. Dr Watson hook into an exception Pin
EiSl1-Oct-01 22:13
EiSl1-Oct-01 22:13 
Hello fellow programmers,

I was wondering how a program like Dr.Watson is hooked into the exception handling mechanism.

This question actually has a background:
For my next project, they've asked me to do some bug-hunting in a HUGE (multi threaded) service process (netto > 1 mil. lines of code over 10.000 files). This peace of code (telecommunication related) has been ported from embedded system, and NO active usage of structured exception handling is used (more C than C++ oriented).
The problem is that in some situations an exception occures, and we want to be able to produce *any* possible kind of info. But since the Windows NT exception handling mechanism is taking over everything, no way of getting some runtime-info. And also: it is a service process, so no interface to user exists.

My idea was to implement a kind of 'general exception handling' function within our application, dumping possible information to a file.

Other suggestions are also welcome, or links to site/topics regarding this topic.

Cheers,

EiSl
GeneralRe: Adv: How does e.g. Dr Watson hook into an exception Pin
Christian Graus1-Oct-01 22:30
protectorChristian Graus1-Oct-01 22:30 
GeneralRe: Adv: How does e.g. Dr Watson hook into an exception Pin
Tomasz Sowinski2-Oct-01 0:24
Tomasz Sowinski2-Oct-01 0:24 
QuestionHow to create a grid control? Pin
1-Oct-01 21:04
suss1-Oct-01 21:04 
AnswerRe: How to create a grid control? Pin
Christian Graus1-Oct-01 22:33
protectorChristian Graus1-Oct-01 22:33 
GeneralRe: How to create a grid control? Pin
1-Oct-01 23:34
suss1-Oct-01 23:34 
GeneralRe: How to create a grid control? Pin
Michael P Butler2-Oct-01 0:03
Michael P Butler2-Oct-01 0:03 
GeneralSYSTEM HOOKS - can't access global variables !!! Pin
dudy_boy1-Oct-01 20:39
dudy_boy1-Oct-01 20:39 
GeneralRe: SYSTEM HOOKS - can't access global variables !!! Pin
Tomasz Sowinski2-Oct-01 0:04
Tomasz Sowinski2-Oct-01 0:04 
GeneralQuestion about CSocket Pin
Chaos Lawful1-Oct-01 20:11
Chaos Lawful1-Oct-01 20:11 
GeneralRe: Question about CSocket Pin
markkuk1-Oct-01 21:55
markkuk1-Oct-01 21:55 
GeneralRe: Question about CSocket Pin
Chaos Lawful2-Oct-01 18:09
Chaos Lawful2-Oct-01 18:09 
Generalconversion constructor Pin
1-Oct-01 17:02
suss1-Oct-01 17:02 
GeneralRe: conversion constructor Pin
Michael Dunn1-Oct-01 19:34
sitebuilderMichael Dunn1-Oct-01 19:34 
QuestionMFC FILETIME late? Pin
JaGGeR1-Oct-01 16:58
JaGGeR1-Oct-01 16:58 
AnswerFound it!!! :-D Pin
JaGGeR1-Oct-01 17:36
JaGGeR1-Oct-01 17:36 
GeneralDeriving classes - Stacked Dialogs: HELP! Pin
Ashman1-Oct-01 14:47
Ashman1-Oct-01 14:47 
GeneralRe: Deriving classes - Stacked Dialogs: HELP! Pin
Michael P Butler1-Oct-01 23:06
Michael P Butler1-Oct-01 23: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.