Click here to Skip to main content
15,879,535 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: error C2065: '_Application' : undeclared identifier Pin
Davitor6-Jul-09 0:27
Davitor6-Jul-09 0:27 
QuestionRe: error C2065: '_Application' : undeclared identifier Pin
David Crow6-Jul-09 3:45
David Crow6-Jul-09 3:45 
QuestionException Handling using catch(...) [modified] Pin
vijay.victory5-Jul-09 20:05
vijay.victory5-Jul-09 20:05 
AnswerRe: Exception Handling using catch(...) Pin
Cedric Moonen5-Jul-09 20:30
Cedric Moonen5-Jul-09 20:30 
GeneralRe: Exception Handling using catch(...) Pin
vijay.victory5-Jul-09 20:35
vijay.victory5-Jul-09 20:35 
AnswerRe: Exception Handling using catch(...) [modified] Pin
Stuart Dootson5-Jul-09 21:50
professionalStuart Dootson5-Jul-09 21:50 
GeneralRe: Exception Handling using catch(...) Pin
vijay.victory5-Jul-09 23:27
vijay.victory5-Jul-09 23:27 
GeneralRe: Exception Handling using catch(...) Pin
Stuart Dootson5-Jul-09 23:45
professionalStuart Dootson5-Jul-09 23:45 
Firstly - I made a typo in my answer to you.

vijay.victory wrote:
Actually the exception is not caught by above both catch() blocks.


That implies the exception is (probably) a Win32 structured exception.

vijay.victory wrote:
So I think there is no need to use Delete here


You use Delete in the exception handler when you catch an exception. Yes, you most definitely need to use it in that case.

vijay.victory wrote:
anyonce can tell me how to Show the Exact Exception details caught in catch(...) block


You can't in the exception handler. Full stop.

What you could do is to set a breakpoint on exceptions being thrown - look in the Visual Studio Debug menu at the Exceptions menu item. That will allow you to interrupt execution (when running under the debugger) whenever an exception is thrown. So, you'll see where (and why) the exception is thrown, what type it is etc

Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p

GeneralRe: Exception Handling using catch(...) Pin
vijay.victory6-Jul-09 0:13
vijay.victory6-Jul-09 0:13 
GeneralRe: Exception Handling using catch(...) Pin
vijay.victory6-Jul-09 0:44
vijay.victory6-Jul-09 0:44 
QuestionMFC multi-views print Pin
windyhigh5-Jul-09 18:19
windyhigh5-Jul-09 18:19 
AnswerRe: MFC multi-views print Pin
windyhigh5-Jul-09 22:05
windyhigh5-Jul-09 22:05 
QuestionDesign suggestion and the decorator design pattern Pin
The_Bob5-Jul-09 12:29
The_Bob5-Jul-09 12:29 
QuestionMy Heap implementation is not working...please have a look frnds.. Pin
pavarathyRock5-Jul-09 5:03
pavarathyRock5-Jul-09 5:03 
AnswerRe: My Heap implementation is not working...please have a look frnds.. Pin
Iain Clarke, Warrior Programmer5-Jul-09 6:31
Iain Clarke, Warrior Programmer5-Jul-09 6:31 
AnswerRe: My Heap implementation is not working...please have a look frnds.. Pin
harold aptroot5-Jul-09 7:54
harold aptroot5-Jul-09 7:54 
GeneralRe: My Heap implementation is not working...please have a look frnds.. Pin
pavarathyRock6-Jul-09 5:22
pavarathyRock6-Jul-09 5:22 
GeneralRe: My Heap implementation is not working...please have a look frnds.. Pin
harold aptroot6-Jul-09 5:30
harold aptroot6-Jul-09 5:30 
GeneralRe: My Heap implementation is not working...please have a look frnds.. Pin
pavarathyRock6-Jul-09 6:11
pavarathyRock6-Jul-09 6:11 
GeneralRe: My Heap implementation is not working...please have a look frnds.. Pin
harold aptroot6-Jul-09 6:44
harold aptroot6-Jul-09 6:44 
AnswerRe: My Heap implementation is not working...please have a look frnds.. Pin
David Crow5-Jul-09 11:46
David Crow5-Jul-09 11:46 
Questionint in CListBox Pin
prithaa5-Jul-09 3:47
prithaa5-Jul-09 3:47 
AnswerRe: int in CListBox Pin
Sarath C5-Jul-09 4:26
Sarath C5-Jul-09 4:26 
GeneralRe: int in CListBox Pin
prithaa5-Jul-09 4:51
prithaa5-Jul-09 4:51 
GeneralRe: int in CListBox Pin
Sarath C5-Jul-09 5:16
Sarath C5-Jul-09 5:16 

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.