Click here to Skip to main content
15,912,932 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralMessages Pin
Rage22-Apr-02 4:48
professionalRage22-Apr-02 4:48 
GeneralRe: Messages Pin
l a u r e n22-Apr-02 5:00
l a u r e n22-Apr-02 5:00 
GeneralRe: Messages Pin
Rage22-Apr-02 5:10
professionalRage22-Apr-02 5:10 
GeneralMFC application and JavaScript Pin
22-Apr-02 4:30
suss22-Apr-02 4:30 
GeneralRe: MFC application and JavaScript Pin
Michael P Butler22-Apr-02 5:04
Michael P Butler22-Apr-02 5:04 
GeneralWindows CE & ListView Pin
ov22-Apr-02 4:14
ov22-Apr-02 4:14 
GeneralRe: Windows CE & ListView Pin
l a u r e n22-Apr-02 5:05
l a u r e n22-Apr-02 5:05 
GeneralADO Exception Handling Pin
soup22-Apr-02 4:13
soup22-Apr-02 4:13 
Hi,

I have small problem. I am implementing exception handling as recommended in MSDN and in the KB articles, thus:

try
{
objConn.Open(...);
}
catch(_com_error &errorConnecting)
{
strError = (char *) errorConnecting.Description();
}

However, if there ever is an error, I get a first-chance exception on the catch line. I have step debugged the code and it is that line. Despite the exception, the code continues and functions correctly.

Is this a problem I should be worried about when I move to release build, and if so how can I prevent it?

Thanks in advance,

Simon
GeneralRe: ADO Exception Handling Pin
Rutger Ellen22-Apr-02 4:37
Rutger Ellen22-Apr-02 4:37 
GeneralTime conversion Pin
Sameer Maggon22-Apr-02 2:24
Sameer Maggon22-Apr-02 2:24 
GeneralRe: Time conversion Pin
-Dy22-Apr-02 2:48
-Dy22-Apr-02 2:48 
GeneralRe: Time conversion Pin
Sameer Maggon22-Apr-02 19:01
Sameer Maggon22-Apr-02 19:01 
GeneralMicrosoft SAPI Speech Help! Pin
22-Apr-02 0:35
suss22-Apr-02 0:35 
GeneralWaitForMultipleObject() and Threads Synch Pin
22-Apr-02 0:17
suss22-Apr-02 0:17 
GeneralRe: WaitForMultipleObject() and Threads Synch Pin
_Magnus_22-Apr-02 0:33
_Magnus_22-Apr-02 0:33 
GeneralRe: WaitForMultipleObject() and Threads Synch Pin
kortebi22-Apr-02 1:12
kortebi22-Apr-02 1:12 
GeneralRe: WaitForMultipleObject() and Threads Synch Pin
_Magnus_22-Apr-02 5:50
_Magnus_22-Apr-02 5:50 
GeneralRe: WaitForMultipleObject() and Threads Synch Pin
Neville Franks22-Apr-02 1:43
Neville Franks22-Apr-02 1:43 
GeneralRe: WaitForMultipleObject() and Threads Synch Pin
kortebi22-Apr-02 3:18
kortebi22-Apr-02 3:18 
GeneralRe: WaitForMultipleObject() and Threads Synch Pin
Joaquín M López Muñoz22-Apr-02 3:29
Joaquín M López Muñoz22-Apr-02 3:29 
GeneralRe: WaitForMultipleObject() and Threads Synch Pin
Neville Franks22-Apr-02 10:59
Neville Franks22-Apr-02 10:59 
GeneralRe: WaitForMultipleObject() and Threads Synch Pin
23-Apr-02 0:50
suss23-Apr-02 0:50 
QuestionWhat MsOffice file type is ? Pin
22-Apr-02 0:12
suss22-Apr-02 0:12 
AnswerRe: What MsOffice file type is ? Pin
Christian Graus22-Apr-02 0:35
protectorChristian Graus22-Apr-02 0:35 
AnswerRe: What MsOffice file type is ? Pin
bryce22-Apr-02 1:47
bryce22-Apr-02 1:47 

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.