Click here to Skip to main content
15,903,854 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Date greater than 2038 Pin
Nibu babu thomas21-Nov-08 1:24
Nibu babu thomas21-Nov-08 1:24 
AnswerRe: Date greater than 2038 Pin
_AnsHUMAN_ 21-Nov-08 1:24
_AnsHUMAN_ 21-Nov-08 1:24 
QuestionLPBYTE to CString Pin
cpvc++21-Nov-08 1:12
cpvc++21-Nov-08 1:12 
AnswerRe: LPBYTE to CString Pin
Nibu babu thomas21-Nov-08 1:27
Nibu babu thomas21-Nov-08 1:27 
GeneralRe: LPBYTE to CString Pin
cpvc++21-Nov-08 1:29
cpvc++21-Nov-08 1:29 
GeneralRe: LPBYTE to CString Pin
David Crow21-Nov-08 3:02
David Crow21-Nov-08 3:02 
GeneralRe: LPBYTE to CString Pin
Rajasekharan Vengalil21-Nov-08 5:43
Rajasekharan Vengalil21-Nov-08 5:43 
QuestionIn a dll, exception handling works in Debug but not in Release Pin
sashoalm21-Nov-08 1:09
sashoalm21-Nov-08 1:09 
I have an MS Word COM-addin in which this example code
try
{
    throw std::exception();
}
catch (std::exception&)
{
    MessageBox(NULL, "Caught", "Caught", MB_OK | MB_ICONERROR);
}

works for Debug version, but crashes Word in Release version. Is this a problem with compiler flags? I have "Enable Exception Handling" option checked both in Debug and Release. Any help would be appreciated.

There is sufficient light for those who desire to see, and there is sufficient darkness for those of a contrary disposition.
Blaise Pascal

AnswerRe: In a dll, exception handling works in Debug but not in Release Pin
_AnsHUMAN_ 21-Nov-08 1:15
_AnsHUMAN_ 21-Nov-08 1:15 
AnswerRe: In a dll, exception handling works in Debug but not in Release Pin
Randor 21-Nov-08 5:26
professional Randor 21-Nov-08 5:26 
QuestionUsing wxWidgets.... Pin
anna mathew20-Nov-08 23:40
anna mathew20-Nov-08 23:40 
AnswerRe: Using wxWidgets.... Pin
Cedric Moonen21-Nov-08 0:11
Cedric Moonen21-Nov-08 0:11 
GeneralRe: Using wxWidgets.... Pin
JudyL_MD21-Nov-08 3:48
JudyL_MD21-Nov-08 3:48 
QuestionEasy questions about C++ [modified] Pin
akirilov20-Nov-08 23:34
akirilov20-Nov-08 23:34 
AnswerRe: Easy questions about C++ Pin
Cedric Moonen20-Nov-08 23:58
Cedric Moonen20-Nov-08 23:58 
GeneralRe: Easy questions about C++ Pin
akirilov21-Nov-08 0:16
akirilov21-Nov-08 0:16 
GeneralRe: Easy questions about C++ Pin
Maximilien21-Nov-08 0:43
Maximilien21-Nov-08 0:43 
GeneralRe: Easy questions about C++ Pin
Cedric Moonen21-Nov-08 1:04
Cedric Moonen21-Nov-08 1:04 
AnswerRe: Easy questions about C++ Pin
Code-o-mat21-Nov-08 0:06
Code-o-mat21-Nov-08 0:06 
GeneralRe: Easy questions about C++ Pin
akirilov21-Nov-08 0:22
akirilov21-Nov-08 0:22 
GeneralRe: Easy questions about C++ [modified] Pin
Code-o-mat21-Nov-08 0:29
Code-o-mat21-Nov-08 0:29 
GeneralRe: Easy questions about C++ Pin
akirilov21-Nov-08 4:17
akirilov21-Nov-08 4:17 
GeneralRe: Easy questions about C++ Pin
Code-o-mat21-Nov-08 6:23
Code-o-mat21-Nov-08 6:23 
GeneralRe: Easy questions about C++ Pin
bulg21-Nov-08 12:59
bulg21-Nov-08 12:59 
GeneralConfusions related to Dll. Pin
Nilesh Hamane20-Nov-08 23:34
Nilesh Hamane20-Nov-08 23:34 

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.