Click here to Skip to main content
15,909,835 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionexception handline in MAC Pin
MKUser7-Nov-07 18:33
MKUser7-Nov-07 18:33 
AnswerRe: exception handline in MAC Pin
Matthew Faithfull7-Nov-07 23:15
Matthew Faithfull7-Nov-07 23:15 
GeneralRe: exception handline in MAC Pin
MKUser8-Nov-07 15:25
MKUser8-Nov-07 15:25 
GeneralRe: exception handline in MAC Pin
Matthew Faithfull8-Nov-07 22:36
Matthew Faithfull8-Nov-07 22:36 
GeneralRe: exception handline in MAC Pin
MKUser11-Nov-07 17:17
MKUser11-Nov-07 17:17 
GeneralRe: exception handline in MAC Pin
Matthew Faithfull11-Nov-07 22:31
Matthew Faithfull11-Nov-07 22:31 
GeneralRe: exception handline in MAC Pin
MKUser12-Nov-07 21:21
MKUser12-Nov-07 21:21 
GeneralRe: exception handline in MAC Pin
Matthew Faithfull13-Nov-07 5:33
Matthew Faithfull13-Nov-07 5:33 
MKUser wrote:
I'm not using stdlib or glib


That could be the issue. If you use stdlib youd write catch( std::exception ){} and that would catch all the standard library exceptions because they all derive from std::exception. glibc might actually be required for exception handling with GCC C++ compiler to work and this could be the problem. In this case standard C++ exception handling is all you'd need catch(...) syntax might work and I think finally is supported you'd need to check the glibc and GCC docs. ObjC/C++ is an entirely different animal about which I know almost nothing so I won't comment on that except to say that it isn't needed fro C++ exception handling. GCC switches and make settings is where I'd look to enable it but I don't the details on either. I'm just starting to try to get into that myself.

Nothing is exactly what it seems but everything with seems can be unpicked.

QuestionProblem with memory Allocation and deallocation Pin
manish.patel7-Nov-07 18:20
manish.patel7-Nov-07 18:20 
AnswerRe: Problem with memory Allocation and deallocation Pin
sudarshan1247-Nov-07 19:53
sudarshan1247-Nov-07 19:53 
GeneralRe: Problem with memory Allocation and deallocation Pin
manish.patel7-Nov-07 20:09
manish.patel7-Nov-07 20:09 
GeneralRe: Problem with memory Allocation and deallocation Pin
toxcct8-Nov-07 2:12
toxcct8-Nov-07 2:12 
AnswerRe: Problem with memory Allocation and deallocation Pin
Cedric Moonen7-Nov-07 20:05
Cedric Moonen7-Nov-07 20:05 
GeneralRe: Problem with memory Allocation and deallocation Pin
manish.patel7-Nov-07 20:15
manish.patel7-Nov-07 20:15 
GeneralRe: Problem with memory Allocation and deallocation Pin
Cedric Moonen7-Nov-07 20:18
Cedric Moonen7-Nov-07 20:18 
GeneralRe: Problem with memory Allocation and deallocation Pin
manish.patel7-Nov-07 21:16
manish.patel7-Nov-07 21:16 
GeneralRe: Problem with memory Allocation and deallocation Pin
Cedric Moonen7-Nov-07 21:23
Cedric Moonen7-Nov-07 21:23 
GeneralRe: Problem with memory Allocation and deallocation Pin
Nelek7-Nov-07 21:27
protectorNelek7-Nov-07 21:27 
QuestionRe: Problem with memory Allocation and deallocation Pin
Roger Broomfield7-Nov-07 21:26
Roger Broomfield7-Nov-07 21:26 
QuestionRe: Problem with memory Allocation and deallocation Pin
David Crow8-Nov-07 3:37
David Crow8-Nov-07 3:37 
AnswerRe: Problem with memory Allocation and deallocation Pin
Bram van Kampen10-Nov-07 16:02
Bram van Kampen10-Nov-07 16:02 
QuestionDLL_THREAD_ATTACH: Pin
ForNow7-Nov-07 16:34
ForNow7-Nov-07 16:34 
AnswerRe: DLL_THREAD_ATTACH: Pin
Matthew Faithfull7-Nov-07 23:05
Matthew Faithfull7-Nov-07 23:05 
GeneralRe: DLL_THREAD_ATTACH: Pin
ForNow8-Nov-07 1:13
ForNow8-Nov-07 1:13 
GeneralRe: DLL_THREAD_ATTACH: Pin
Matthew Faithfull8-Nov-07 2:05
Matthew Faithfull8-Nov-07 2:05 

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.