Click here to Skip to main content
15,913,162 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: passing parameter in thread [modified] Pin
Nibu babu thomas27-Feb-07 1:17
Nibu babu thomas27-Feb-07 1:17 
GeneralRe: passing parameter in thread Pin
toxcct27-Feb-07 1:49
toxcct27-Feb-07 1:49 
GeneralRe: passing parameter in thread Pin
James R. Twine27-Feb-07 1:24
James R. Twine27-Feb-07 1:24 
AnswerRe: passing parameter in thread Pin
James R. Twine27-Feb-07 1:29
James R. Twine27-Feb-07 1:29 
GeneralRe: passing parameter in thread Pin
neha.agarwal2727-Feb-07 1:47
neha.agarwal2727-Feb-07 1:47 
GeneralRe: passing parameter in thread Pin
James R. Twine27-Feb-07 2:46
James R. Twine27-Feb-07 2:46 
GeneralRe: passing parameter in thread Pin
neha.agarwal2727-Feb-07 19:01
neha.agarwal2727-Feb-07 19:01 
GeneralRe: passing parameter in thread Pin
James R. Twine28-Feb-07 17:11
James R. Twine28-Feb-07 17:11 
// In The Thread Proc...
 
test *pStruct = (test*)pParam;
 
cstrHost = pStruct -> str;
int_val = pStruct -> item;
   Just like with candy, you have to first get to the outer portion (i.e. the wrapper) in order to get to the good stuff inside.

   Peace!

-=- James
Please rate this message - let me know if I helped or not!<HR>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!
See DeleteFXPFiles

QuestionStrange Font bolding Pin
super_ttd26-Feb-07 22:15
super_ttd26-Feb-07 22:15 
AnswerRe: Strange Font bolding Pin
Nibu babu thomas26-Feb-07 23:57
Nibu babu thomas26-Feb-07 23:57 
AnswerRe: Strange Font bolding Pin
David Crow27-Feb-07 2:56
David Crow27-Feb-07 2:56 
GeneralRe: Strange Font bolding Pin
super_ttd27-Feb-07 3:04
super_ttd27-Feb-07 3:04 
JokeRe: Strange Font bolding Pin
Nibu babu thomas27-Feb-07 3:38
Nibu babu thomas27-Feb-07 3:38 
Questionsetting of properties for a ocx control Pin
zareee26-Feb-07 21:33
zareee26-Feb-07 21:33 
QuestionHow to Calculate no of timers. Pin
birajendu26-Feb-07 21:13
birajendu26-Feb-07 21:13 
AnswerRe: How to Calculate no of timers. Pin
David Crow27-Feb-07 2:57
David Crow27-Feb-07 2:57 
Questionmultiple c files in visual studio 6 project Pin
Ayman Mashal26-Feb-07 20:08
Ayman Mashal26-Feb-07 20:08 
AnswerRe: multiple c files in visual studio 6 project Pin
Cedric Moonen26-Feb-07 20:23
Cedric Moonen26-Feb-07 20:23 
AnswerRe: multiple c files in visual studio 6 project Pin
Rajesh R Subramanian26-Feb-07 20:24
professionalRajesh R Subramanian26-Feb-07 20:24 
QuestionRe: multiple c files in visual studio 6 project Pin
Ayman Mashal26-Feb-07 21:08
Ayman Mashal26-Feb-07 21:08 
AnswerRe: multiple c files in visual studio 6 project Pin
Cedric Moonen26-Feb-07 21:17
Cedric Moonen26-Feb-07 21:17 
GeneralRe: multiple c files in visual studio 6 project Pin
ensger27-Feb-07 0:04
ensger27-Feb-07 0:04 
AnswerRe: multiple c files in visual studio 6 project Pin
prasad_som27-Feb-07 1:34
prasad_som27-Feb-07 1:34 
AnswerRe: multiple c files in visual studio 6 project Pin
toxcct26-Feb-07 23:15
toxcct26-Feb-07 23:15 
AnswerRe: multiple c files in visual studio 6 project Pin
David Crow27-Feb-07 3:00
David Crow27-Feb-07 3:00 

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.