Click here to Skip to main content
15,896,481 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionexternal variables for C and C++ mixed program Pin
zhijia.yuan31-Jul-06 12:14
zhijia.yuan31-Jul-06 12:14 
AnswerRe: external variables for C and C++ mixed program Pin
Taka Muraoka31-Jul-06 15:00
Taka Muraoka31-Jul-06 15:00 
GeneralRe: external variables for C and C++ mixed program Pin
zhijia.yuan1-Aug-06 9:44
zhijia.yuan1-Aug-06 9:44 
QuestionA question about postmessage. [modified] Pin
zhijia.yuan31-Jul-06 12:11
zhijia.yuan31-Jul-06 12:11 
AnswerRe: A question about postmessage. Pin
User 58385231-Jul-06 17:13
User 58385231-Jul-06 17:13 
GeneralRe: A question about postmessage. Pin
zhijia.yuan1-Aug-06 9:45
zhijia.yuan1-Aug-06 9:45 
QuestionGetting the hStdOutput from CreateProcess.hStdOutput [modified] Pin
darkcloud.42o31-Jul-06 11:17
darkcloud.42o31-Jul-06 11:17 
AnswerRe: Getting the hStdOutput from CreateProcess.hStdOutput Pin
James Brown31-Jul-06 11:43
James Brown31-Jul-06 11:43 
You have to create a HANDLE *before* calling CreateProcess. Usually people use CreatePipe, but you can also pass socket handles as well. Then you ReadFile/WriteFile to the handle to read/write data.


GeneralRe: Getting the hStdOutput from CreateProcess.hStdOutput [modified] Pin
darkcloud.42o31-Jul-06 12:10
darkcloud.42o31-Jul-06 12:10 
QuestionAdding member variables crashes app Pin
Wheatbread31-Jul-06 9:49
Wheatbread31-Jul-06 9:49 
AnswerRe: Adding member variables crashes app Pin
Chris Losinger31-Jul-06 9:57
professionalChris Losinger31-Jul-06 9:57 
GeneralRe: Adding member variables crashes app Pin
Wheatbread31-Jul-06 10:34
Wheatbread31-Jul-06 10:34 
AnswerRe: Adding member variables crashes app Pin
Hans Dietrich31-Jul-06 10:02
mentorHans Dietrich31-Jul-06 10:02 
GeneralRe: Adding member variables crashes app Pin
Wheatbread31-Jul-06 10:35
Wheatbread31-Jul-06 10:35 
AnswerRe: Adding member variables crashes app Pin
Zac Howland31-Jul-06 10:13
Zac Howland31-Jul-06 10:13 
GeneralRe: Adding member variables crashes app Pin
Wheatbread31-Jul-06 10:37
Wheatbread31-Jul-06 10:37 
GeneralRe: Adding member variables crashes app [modified] Pin
Zac Howland31-Jul-06 10:47
Zac Howland31-Jul-06 10:47 
GeneralRe: Adding member variables crashes app Pin
Wheatbread31-Jul-06 11:06
Wheatbread31-Jul-06 11:06 
GeneralRe: Adding member variables crashes app Pin
Zac Howland31-Jul-06 11:14
Zac Howland31-Jul-06 11:14 
GeneralRe: Adding member variables crashes app Pin
Wheatbread1-Aug-06 12:28
Wheatbread1-Aug-06 12:28 
GeneralRe: Adding member variables crashes app Pin
Zac Howland1-Aug-06 17:07
Zac Howland1-Aug-06 17:07 
Questionsubitem in CListCtrl Pin
Tara1431-Jul-06 9:46
Tara1431-Jul-06 9:46 
AnswerRe: subitem in CListCtrl Pin
Hans Dietrich31-Jul-06 10:07
mentorHans Dietrich31-Jul-06 10:07 
GeneralRe: subitem in CListCtrl Pin
Tara1431-Jul-06 18:37
Tara1431-Jul-06 18:37 
QuestionRe: subitem in CListCtrl Pin
David Crow31-Jul-06 10:20
David Crow31-Jul-06 10:20 

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.