Click here to Skip to main content
15,925,309 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionDLL Searching path Pin
Vaibhav Sanghavi20-Mar-06 22:03
Vaibhav Sanghavi20-Mar-06 22:03 
AnswerRe: DLL Searching path Pin
Waldermort21-Mar-06 2:42
Waldermort21-Mar-06 2:42 
GeneralRe: DLL Searching path Pin
Vaibhav Sanghavi21-Mar-06 3:06
Vaibhav Sanghavi21-Mar-06 3:06 
Questiongetting information about hardware from WMI Pin
ss200620-Mar-06 21:57
ss200620-Mar-06 21:57 
AnswerRe: getting information about hardware from WMI Pin
Hamid_RT20-Mar-06 23:58
Hamid_RT20-Mar-06 23:58 
QuestionDisable Message in Sql query Pin
madhu_v20-Mar-06 21:53
madhu_v20-Mar-06 21:53 
AnswerRe: Disable Message in Sql query Pin
Eytukan22-Mar-06 1:01
Eytukan22-Mar-06 1:01 
AnswerRe: Disable Message in Sql query Pin
Eytukan26-Mar-06 20:18
Eytukan26-Mar-06 20:18 
Build your Application in RELEASEmode.
Warning:First understand the use of DEBUG mode. when an Assertion is thrown it says something has gone false.(wrong! ), so while developing always use DEBUG mode , so that it gives you warning about failed conditions. In your case, you said that when the server is down it throws an assertion. instread of just ignoring the assertion and moving to release mode, you implement try-catch() in your code. I mean to say "Exception handling". never ignore an assertion and bybass it.

Only after handling all the exceptions its advisable to move to release version,

good luck.



VuNic
QuestionDisable Message in Sql query Pin
madhu_v20-Mar-06 21:52
madhu_v20-Mar-06 21:52 
QuestionProblem with CEdit Pin
Simon Käppeli20-Mar-06 21:42
Simon Käppeli20-Mar-06 21:42 
AnswerRe: Problem with CEdit Pin
Stephen Hewitt20-Mar-06 21:48
Stephen Hewitt20-Mar-06 21:48 
GeneralRe: Problem with CEdit Pin
Simon Käppeli20-Mar-06 22:01
Simon Käppeli20-Mar-06 22:01 
GeneralRe: Problem with CEdit Pin
Stephen Hewitt21-Mar-06 0:03
Stephen Hewitt21-Mar-06 0:03 
GeneralRe: Problem with CEdit Pin
Simon Käppeli21-Mar-06 1:38
Simon Käppeli21-Mar-06 1:38 
GeneralRe: Problem with CEdit Pin
Stephen Hewitt21-Mar-06 11:33
Stephen Hewitt21-Mar-06 11:33 
GeneralRe: Problem with CEdit Pin
Stephen Hewitt21-Mar-06 23:13
Stephen Hewitt21-Mar-06 23:13 
QuestionUNICODE Files Pin
bosfan20-Mar-06 20:36
bosfan20-Mar-06 20:36 
AnswerRe: UNICODE Files Pin
Rajesh R Subramanian20-Mar-06 21:04
professionalRajesh R Subramanian20-Mar-06 21:04 
AnswerRe: UNICODE Files Pin
Johann Gerell20-Mar-06 21:10
Johann Gerell20-Mar-06 21:10 
GeneralRe: UNICODE Files Pin
bosfan21-Mar-06 2:47
bosfan21-Mar-06 2:47 
QuestionHow to access the child windows in MDI application? Pin
Sarvan AL20-Mar-06 20:34
Sarvan AL20-Mar-06 20:34 
AnswerRe: How to access the child windows in MDI application? Pin
Nibu babu thomas21-Mar-06 0:06
Nibu babu thomas21-Mar-06 0:06 
QuestionCString Mid() Pin
RadioOpa20-Mar-06 20:30
RadioOpa20-Mar-06 20:30 
AnswerRe: CString Mid() Pin
Naveen20-Mar-06 20:42
Naveen20-Mar-06 20:42 
AnswerRe: CString Mid() Pin
bosfan20-Mar-06 20:50
bosfan20-Mar-06 20:50 

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.