Click here to Skip to main content
15,895,740 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: adding my exe to the startup in the registry Pin
Kiran Pinjala19-Sep-06 3:00
Kiran Pinjala19-Sep-06 3:00 
GeneralRe: adding my exe to the startup in the registry Pin
Kiran Pinjala19-Sep-06 3:06
Kiran Pinjala19-Sep-06 3:06 
GeneralRe: adding my exe to the startup in the registry Pin
David Crow19-Sep-06 3:15
David Crow19-Sep-06 3:15 
GeneralRe: adding my exe to the startup in the registry Pin
benjymous19-Sep-06 5:04
benjymous19-Sep-06 5:04 
QuestionSMTP localization Pin
mikalar19-Sep-06 2:21
mikalar19-Sep-06 2:21 
AnswerRe: SMTP localization Pin
James R. Twine19-Sep-06 4:45
James R. Twine19-Sep-06 4:45 
GeneralRe: SMTP localization Pin
mikalar19-Sep-06 5:45
mikalar19-Sep-06 5:45 
GeneralRe: SMTP localization Pin
James R. Twine19-Sep-06 11:51
James R. Twine19-Sep-06 11:51 
   I would not worry too much about the textual portion of the return codes, only the 3-digit portion to indicate warnings, success, failure, informational messages, etc. and only log the textual portion (and/or show it to a user) when a problem occurs.

   IME, today's SMTP servers are quite bad at providing detailed error messages when certain problems occur (spam-check failures usually return not much error information at all other than the 3-digit code), so again, I would not worry all that much about it.  Remember that the protocols, while human-readable, are designed for automated use, so paying attention to just the 3-digit error code often works more than well enough.

   Peace!

-=- James
If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
Avoid driving a vehicle taller than you and remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
DeleteFXPFiles & CheckFavorites
(Please rate this post!)

QuestionCVTRES problem with multiple .res files Pin
tarikata19-Sep-06 2:14
tarikata19-Sep-06 2:14 
AnswerRe: CVTRES problem with multiple .res files Pin
KarstenK19-Sep-06 2:30
mveKarstenK19-Sep-06 2:30 
GeneralRe: CVTRES problem with multiple .res files Pin
tarikata19-Sep-06 3:45
tarikata19-Sep-06 3:45 
GeneralRe: CVTRES problem with multiple .res files Pin
iraclyKv2-Sep-09 7:13
iraclyKv2-Sep-09 7:13 
QuestionCString Pin
speedy471119-Sep-06 1:37
speedy471119-Sep-06 1:37 
AnswerRe: CString ok[modified] Pin
Hamid_RT19-Sep-06 1:49
Hamid_RT19-Sep-06 1:49 
GeneralRe: CString Pin
_AnsHUMAN_ 19-Sep-06 1:56
_AnsHUMAN_ 19-Sep-06 1:56 
GeneralRe: CString Pin
kakan19-Sep-06 1:56
professionalkakan19-Sep-06 1:56 
AnswerRe: CString Pin
_AnsHUMAN_ 19-Sep-06 1:54
_AnsHUMAN_ 19-Sep-06 1:54 
AnswerRe: CString Pin
SilentSilent19-Sep-06 2:36
SilentSilent19-Sep-06 2:36 
GeneralRe: CString Pin
_AnsHUMAN_ 19-Sep-06 2:43
_AnsHUMAN_ 19-Sep-06 2:43 
AnswerRe: CString Pin
Jörgen Sigvardsson19-Sep-06 2:03
Jörgen Sigvardsson19-Sep-06 2:03 
GeneralRe: CString Pin
SilentSilent19-Sep-06 2:38
SilentSilent19-Sep-06 2:38 
GeneralRe: CString Pin
Jörgen Sigvardsson19-Sep-06 2:42
Jörgen Sigvardsson19-Sep-06 2:42 
AnswerRe: CString Pin
_AnsHUMAN_ 19-Sep-06 2:07
_AnsHUMAN_ 19-Sep-06 2:07 
AnswerRe: CString Pin
KarstenK19-Sep-06 2:27
mveKarstenK19-Sep-06 2:27 
AnswerRe: CString Pin
David Crow19-Sep-06 2:59
David Crow19-Sep-06 2:59 

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.