Click here to Skip to main content
15,888,802 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to select an initial entry when Virtual List is first displayed? Pin
Mark Salsbery17-Nov-08 4:34
Mark Salsbery17-Nov-08 4:34 
GeneralRe: How to select an initial entry when Virtual List is first displayed? Pin
Mark Salsbery12-Nov-08 7:35
Mark Salsbery12-Nov-08 7:35 
QuestionException problem Pin
rrrado11-Nov-08 3:44
rrrado11-Nov-08 3:44 
AnswerRe: Exception problem Pin
David Crow11-Nov-08 4:27
David Crow11-Nov-08 4:27 
GeneralRe: Exception problem Pin
rrrado11-Nov-08 4:38
rrrado11-Nov-08 4:38 
GeneralRe: Exception problem Pin
David Crow11-Nov-08 4:55
David Crow11-Nov-08 4:55 
AnswerRe: Exception problem Pin
Rajkumar R12-Nov-08 1:08
Rajkumar R12-Nov-08 1:08 
AnswerRe: Exception problem Pin
Stephen Hewitt11-Nov-08 17:12
Stephen Hewitt11-Nov-08 17:12 
In C++ - assuming the implementation follows the standard - catch is only allowed to catch exceptions raised using the throw keyword: since this isn't the case in your example the code in the catch block should NOT be executed. MSVC6 got this wrong but the bug has been corrected in later versions. The /EH[^] switch can be used to reinstate the bug.

Steve

AnswerRe: Exception problem Pin
Randor 11-Nov-08 17:22
professional Randor 11-Nov-08 17:22 
QuestionHelp in CxImage.. Pin
gothic_coder11-Nov-08 3:13
gothic_coder11-Nov-08 3:13 
AnswerRe: Help in CxImage.. Pin
Hamid_RT11-Nov-08 4:20
Hamid_RT11-Nov-08 4:20 
GeneralRe: Help in CxImage.. Pin
gothic_coder11-Nov-08 4:25
gothic_coder11-Nov-08 4:25 
GeneralRe: Help in CxImage.. Pin
Mark Salsbery11-Nov-08 5:50
Mark Salsbery11-Nov-08 5:50 
GeneralRe: Help in CxImage.. Pin
gothic_coder11-Nov-08 19:24
gothic_coder11-Nov-08 19:24 
GeneralRe: Help in CxImage.. Pin
gothic_coder11-Nov-08 19:38
gothic_coder11-Nov-08 19:38 
GeneralRe: Help in CxImage.. Pin
gothic_coder11-Nov-08 21:35
gothic_coder11-Nov-08 21:35 
GeneralRe: Help in CxImage.. Pin
Mark Salsbery12-Nov-08 6:25
Mark Salsbery12-Nov-08 6:25 
GeneralRe: Help in CxImage.. Pin
CPallini11-Nov-08 21:43
mveCPallini11-Nov-08 21:43 
GeneralRe: Help in CxImage.. Pin
Hamid_RT11-Nov-08 5:54
Hamid_RT11-Nov-08 5:54 
AnswerRe: Help in CxImage.. Pin
Balaram_Neni11-Nov-08 17:14
Balaram_Neni11-Nov-08 17:14 
QuestionHittest is not working when WS_SYSMENU is defined for frame less window PinPopular
tarunclassic11-Nov-08 1:51
tarunclassic11-Nov-08 1:51 
QuestionWrite String Pin
cpvc++11-Nov-08 1:51
cpvc++11-Nov-08 1:51 
QuestionRe: Write String Pin
Roger Stoltz11-Nov-08 2:06
Roger Stoltz11-Nov-08 2:06 
JokeRe: Write String Pin
David Crow11-Nov-08 3:03
David Crow11-Nov-08 3:03 
AnswerRe: Write String Pin
Roger Stoltz11-Nov-08 3:07
Roger Stoltz11-Nov-08 3:07 

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.