Click here to Skip to main content
15,886,919 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionCwinThread::INITINSTANCE Pin
ForNow28-Jun-12 2:54
ForNow28-Jun-12 2:54 
AnswerRe: CwinThread::INITINSTANCE Pin
Albert Holguin28-Jun-12 5:16
professionalAlbert Holguin28-Jun-12 5:16 
GeneralRe: CwinThread::INITINSTANCE Pin
ForNow28-Jun-12 7:37
ForNow28-Jun-12 7:37 
GeneralRe: CwinThread::INITINSTANCE Pin
Albert Holguin28-Jun-12 11:11
professionalAlbert Holguin28-Jun-12 11:11 
GeneralRe: CwinThread::INITINSTANCE Pin
ForNow28-Jun-12 13:03
ForNow28-Jun-12 13:03 
QuestionHow to recognize table from PDF files by PageObject Rectangles? Pin
Falconapollo27-Jun-12 19:41
Falconapollo27-Jun-12 19:41 
AnswerRe: How to recognize table from PDF files by PageObject Rectangles? Pin
Richard MacCutchan27-Jun-12 22:22
mveRichard MacCutchan27-Jun-12 22:22 
QuestionException handler newbie question Pin
ForNow27-Jun-12 14:14
ForNow27-Jun-12 14:14 
Hi,

I am basically a MFC newbie my background is MainFrame Assembler and I am begining to feel comfortable writting OO code

my next hurdle is execption processing I have read the documentation and MFC has its own abstract classes for exception handling

The way I am understanding it is as follows an exception is cought by a
catch paragraph.. depeding on the type e.g. for a memory exception I would have to have a derived class of CMemoryException e.g

class Mymemoryexception : public CMemoryException

and do catch (Mymemoryexception *)

If I want more information I would have to register a exception handler

my question is the following what is the scope of the exception handler

is it perthread meaning if the catch paragraph is executing whitin a thread then it

will catch all exceptions for the thread ??

is the scope per object ??

I guess I am hoping somebody can give a better expliantion then the documentation from
MSDN

thanks
AnswerRe: Exception handler newbie question Pin
Philippe Mori27-Jun-12 17:54
Philippe Mori27-Jun-12 17:54 
AnswerRe: Exception handler newbie question Pin
Sivaraman Dhamodharan28-Jun-12 1:39
Sivaraman Dhamodharan28-Jun-12 1:39 
GeneralRe: Exception handler newbie question Pin
ForNow28-Jun-12 2:43
ForNow28-Jun-12 2:43 
GeneralRe: Exception handler newbie question Pin
David Crow28-Jun-12 3:48
David Crow28-Jun-12 3:48 
GeneralRe: Exception handler newbie question Pin
ForNow28-Jun-12 7:25
ForNow28-Jun-12 7:25 
AnswerRe: Exception handler newbie question Pin
Peter_in_278028-Jun-12 3:52
professionalPeter_in_278028-Jun-12 3:52 
AnswerRe: Exception handler newbie question Pin
David Crow28-Jun-12 2:25
David Crow28-Jun-12 2:25 
Questionpthread_cancel issue Pin
ytubis27-Jun-12 9:32
ytubis27-Jun-12 9:32 
AnswerRe: pthread_cancel issue Pin
Luc Pattyn27-Jun-12 10:05
sitebuilderLuc Pattyn27-Jun-12 10:05 
GeneralRe: pthread_cancel issue Pin
ytubis27-Jun-12 10:31
ytubis27-Jun-12 10:31 
AnswerRe: pthread_cancel issue Pin
Luc Pattyn27-Jun-12 11:06
sitebuilderLuc Pattyn27-Jun-12 11:06 
Generalhelp: image coordinates(x,y) in opencv with mfc Pin
jawadali47726-Jun-12 19:07
jawadali47726-Jun-12 19:07 
AnswerRe: help: image coordinates(x,y) in opencv with mfc Pin
SoMad26-Jun-12 20:00
professionalSoMad26-Jun-12 20:00 
GeneralRe: help: image coordinates(x,y) in opencv with mfc Pin
jawadali47726-Jun-12 20:12
jawadali47726-Jun-12 20:12 
AnswerRe: help: image coordinates(x,y) in opencv with mfc Pin
SoMad26-Jun-12 20:32
professionalSoMad26-Jun-12 20:32 
GeneralRe: help: image coordinates(x,y) in opencv with mfc Pin
David Crow27-Jun-12 2:38
David Crow27-Jun-12 2:38 
GeneralRe: help: image coordinates(x,y) in opencv with mfc Pin
SoMad27-Jun-12 4:33
professionalSoMad27-Jun-12 4:33 

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.