Click here to Skip to main content
16,005,281 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: VC6 -> .NET Pin
mcsherry2-Sep-05 3:18
mcsherry2-Sep-05 3:18 
QuestionUDP Pin
Eytukan2-Sep-05 1:58
Eytukan2-Sep-05 1:58 
GeneralRe: UDP Pin
sunit52-Sep-05 2:33
sunit52-Sep-05 2:33 
Questionexe disappears in 5-10 minutes automatically Pin
rajeevktripathi2-Sep-05 1:27
rajeevktripathi2-Sep-05 1:27 
AnswerRe: exe disappears in 5-10 minutes automatically Pin
Marc Soleda2-Sep-05 1:37
Marc Soleda2-Sep-05 1:37 
GeneralRe: exe disappears in 5-10 minutes automatically Pin
rajeevktripathi2-Sep-05 3:51
rajeevktripathi2-Sep-05 3:51 
GeneralRe: exe disappears in 5-10 minutes automatically Pin
Marc Soleda4-Sep-05 20:31
Marc Soleda4-Sep-05 20:31 
AnswerRe: exe disappears in 5-10 minutes automatically Pin
CWinThread2-Sep-05 8:59
CWinThread2-Sep-05 8:59 
Does this only happen in your release build? How about when you run the debug version under the debugger and leave it running?

I've seen an app just disappear before as a result of stack corruption or overflow. In one case, someone was appending characters to a char buffer or STL string (can't remember which) in a loop. Problem was, they forgot to initialize the loop count. Thus, the loop kept going in the release build and the buffer was seriously overrun. In another case, stack overflow occurred when a function was being called repeatedly/recursively in response to network traffic.
AnswerRe: exe disappears in 5-10 minutes automatically Pin
ThatsAlok2-Sep-05 20:45
ThatsAlok2-Sep-05 20:45 
QuestionRezide dialog based application window Pin
johnnyXP2-Sep-05 0:55
johnnyXP2-Sep-05 0:55 
AnswerRe: Rezide dialog based application window Pin
toxcct2-Sep-05 1:11
toxcct2-Sep-05 1:11 
AnswerRe: Rezide dialog based application window Pin
Marc Soleda2-Sep-05 1:16
Marc Soleda2-Sep-05 1:16 
AnswerRe: Rezide dialog based application window Pin
namaskaaram2-Sep-05 1:16
namaskaaram2-Sep-05 1:16 
GeneralRe: Rezide dialog based application window Pin
johnnyXP2-Sep-05 5:30
johnnyXP2-Sep-05 5:30 
QuestionC Run-Time Library compilation problem Pin
Grant MacDonald2-Sep-05 0:48
Grant MacDonald2-Sep-05 0:48 
QuestionHow to call an Umanaged static library from Managed VC++ DLL?? Pin
smilerays2-Sep-05 0:41
smilerays2-Sep-05 0:41 
QuestionDownload WebBrowser Control?! Pin
bosfan2-Sep-05 0:32
bosfan2-Sep-05 0:32 
AnswerRe: Download WebBrowser Control?! Pin
Marc Soleda2-Sep-05 1:13
Marc Soleda2-Sep-05 1:13 
GeneralRe: Download WebBrowser Control?! Pin
bosfan2-Sep-05 2:29
bosfan2-Sep-05 2:29 
QuestionSerial Port Asynchronous Reading Pin
sergin801-Sep-05 23:52
sergin801-Sep-05 23:52 
AnswerRe: Serial Port Asynchronous Reading Pin
Cedric Moonen1-Sep-05 23:54
Cedric Moonen1-Sep-05 23:54 
GeneralRe: Serial Port Asynchronous Reading Pin
sergin802-Sep-05 1:34
sergin802-Sep-05 1:34 
GeneralRe: Serial Port Asynchronous Reading Pin
Cedric Moonen2-Sep-05 2:02
Cedric Moonen2-Sep-05 2:02 
GeneralRe: Serial Port Asynchronous Reading Pin
sergin802-Sep-05 2:52
sergin802-Sep-05 2:52 
GeneralRe: Serial Port Asynchronous Reading Pin
Cedric Moonen2-Sep-05 3:16
Cedric Moonen2-Sep-05 3:16 

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.