Click here to Skip to main content
15,900,616 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Catching Crashes.... Pin
Stephen Hewitt13-Dec-06 14:58
Stephen Hewitt13-Dec-06 14:58 
GeneralRe: Catching Crashes.... Pin
Peter Weyzen13-Dec-06 20:31
Peter Weyzen13-Dec-06 20:31 
GeneralRe: Catching Crashes.... Pin
Stephen Hewitt14-Dec-06 11:55
Stephen Hewitt14-Dec-06 11:55 
GeneralRe: Catching Crashes.... Pin
Peter Weyzen15-Dec-06 7:28
Peter Weyzen15-Dec-06 7:28 
AnswerRe: Catching Crashes.... Pin
Leah_Garrett13-Dec-06 17:12
Leah_Garrett13-Dec-06 17:12 
GeneralRe: Catching Crashes.... Pin
Peter Weyzen15-Dec-06 7:26
Peter Weyzen15-Dec-06 7:26 
QuestionLegacy VC 6.0 Works Differently in Debug Mode Pin
Reagan Conservative13-Dec-06 11:37
Reagan Conservative13-Dec-06 11:37 
AnswerRe: Legacy VC 6.0 Works Differently in Debug Mode Pin
Mark Salsbery13-Dec-06 12:39
Mark Salsbery13-Dec-06 12:39 
This may be completely unrelated, but if you are using TCP/IP and sockets, are you checking your
recv() calls to make sure you are getting all the bytes you are requesting? recv() only guarantees
1 byte received on any successful call (although almost always you get more) and this is a common
mistake. It happens with named pipes as well (that WTF cost me many hours once Laugh | :laugh: )

Also, remember that threads behave differently single stepping so you may be exposing a
synchronization problem that will bite you later on.

My 2 cents.

Mark


AnswerRe: Legacy VC 6.0 Works Differently in Debug Mode Pin
Leah_Garrett13-Dec-06 17:06
Leah_Garrett13-Dec-06 17:06 
AnswerRe: Legacy VC 6.0 Works Differently in Debug Mode Pin
Don Fletcher13-Dec-06 18:31
Don Fletcher13-Dec-06 18:31 
AnswerThanks for the replies!! Pin
Reagan Conservative14-Dec-06 3:26
Reagan Conservative14-Dec-06 3:26 
QuestionHow did you learn to program? Pin
Code232613-Dec-06 11:07
Code232613-Dec-06 11:07 
AnswerRe: How did you learn to program? Pin
Reagan Conservative13-Dec-06 11:42
Reagan Conservative13-Dec-06 11:42 
GeneralRe: How did you learn to program? Pin
Stephen Hewitt13-Dec-06 15:00
Stephen Hewitt13-Dec-06 15:00 
AnswerRe: How did you learn to program? Pin
led mike13-Dec-06 12:03
led mike13-Dec-06 12:03 
AnswerRe: How did you learn to program? Pin
Joe Woodbury13-Dec-06 12:22
professionalJoe Woodbury13-Dec-06 12:22 
AnswerRe: How did you learn to program? Pin
Hamid_RT13-Dec-06 18:40
Hamid_RT13-Dec-06 18:40 
AnswerOT Pin
toxcct13-Dec-06 21:43
toxcct13-Dec-06 21:43 
GeneralRe: OT Pin
Code232615-Dec-06 11:50
Code232615-Dec-06 11:50 
AnswerRe: How did you learn to program? Pin
benjymous13-Dec-06 21:50
benjymous13-Dec-06 21:50 
QuestionString as argument to SendMessage Pin
abhiramsss13-Dec-06 11:06
abhiramsss13-Dec-06 11:06 
AnswerRe: String as argument to SendMessage Pin
led mike13-Dec-06 12:18
led mike13-Dec-06 12:18 
AnswerRe: String as argument to SendMessage Pin
Hamid_RT13-Dec-06 18:34
Hamid_RT13-Dec-06 18:34 
AnswerRe: String as argument to SendMessage Pin
Laxman Auti13-Dec-06 18:58
Laxman Auti13-Dec-06 18:58 
QuestionSetActiveTab Pin
orion450013-Dec-06 9:50
orion450013-Dec-06 9: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.