Click here to Skip to main content
15,898,134 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: AfxBeginThread() with a function in the main class Pin
led mike3-Aug-07 6:13
led mike3-Aug-07 6:13 
QuestionRe: AfxBeginThread() with a function in the main class Pin
David Crow3-Aug-07 6:15
David Crow3-Aug-07 6:15 
AnswerRe: AfxBeginThread() with a function in the main class [modified] Pin
Mark Salsbery3-Aug-07 6:20
Mark Salsbery3-Aug-07 6:20 
QuestionRe: AfxBeginThread() with a function in the main class Pin
Johpoke3-Aug-07 6:39
Johpoke3-Aug-07 6:39 
AnswerRe: AfxBeginThread() with a function in the main class Pin
Mark Salsbery3-Aug-07 6:45
Mark Salsbery3-Aug-07 6:45 
GeneralRe: AfxBeginThread() with a function in the main class Pin
Johpoke3-Aug-07 6:52
Johpoke3-Aug-07 6:52 
QuestionRe: AfxBeginThread() with a function in the main class Pin
David Crow3-Aug-07 6:54
David Crow3-Aug-07 6:54 
GeneralRe: AfxBeginThread() with a function in the main class Pin
Johpoke3-Aug-07 6:59
Johpoke3-Aug-07 6:59 
Doh,

UINT __cdecl CThreadDemoDlg::MyThreadProc(LPVOID pParam)<br />
{<br />
   CThreadDemoDlg *pMyDlg = (CThreadDemoDlg *)pParam;<br />
<br />
   MyFunction();<br />
<br />
   return 1;<br />
}


It looks exactly like that, except the names are different

//Johannes

QuestionRe: AfxBeginThread() with a function in the main class Pin
David Crow3-Aug-07 7:05
David Crow3-Aug-07 7:05 
AnswerRe: AfxBeginThread() with a function in the main class [Solved] Pin
Johpoke3-Aug-07 7:12
Johpoke3-Aug-07 7:12 
GeneralRe: AfxBeginThread() with a function in the main class Pin
Ahmad Al-Maraghi4-Aug-07 1:50
Ahmad Al-Maraghi4-Aug-07 1:50 
AnswerRe: AfxBeginThread() with a function in the main class Pin
led mike3-Aug-07 7:08
led mike3-Aug-07 7:08 
GeneralRe: AfxBeginThread() with a function in the main class Pin
Mark Salsbery3-Aug-07 7:32
Mark Salsbery3-Aug-07 7:32 
GeneralRe: AfxBeginThread() with a function in the main class Pin
led mike3-Aug-07 7:43
led mike3-Aug-07 7:43 
GeneralRe: AfxBeginThread() with a function in the main class Pin
Johpoke3-Aug-07 7:59
Johpoke3-Aug-07 7:59 
GeneralRe: AfxBeginThread() with a function in the main class Pin
led mike3-Aug-07 8:09
led mike3-Aug-07 8:09 
GeneralRe: AfxBeginThread() with a function in the main class Pin
Mark Salsbery3-Aug-07 8:14
Mark Salsbery3-Aug-07 8:14 
QuestionRe: AfxBeginThread() with a function in the main class Pin
Johpoke3-Aug-07 8:27
Johpoke3-Aug-07 8:27 
AnswerRe: AfxBeginThread() with a function in the main class Pin
Mark Salsbery3-Aug-07 8:34
Mark Salsbery3-Aug-07 8:34 
GeneralRe: AfxBeginThread() with a function in the main class Pin
Johpoke3-Aug-07 8:40
Johpoke3-Aug-07 8:40 
GeneralRe: AfxBeginThread() with a function in the main class Pin
Mark Salsbery3-Aug-07 8:57
Mark Salsbery3-Aug-07 8:57 
GeneralRe: AfxBeginThread() with a function in the main class Pin
Mark Salsbery3-Aug-07 8:13
Mark Salsbery3-Aug-07 8:13 
QuestionPostThreadMessages lost in DLL Pin
PaulCammy3-Aug-07 5:54
PaulCammy3-Aug-07 5:54 
AnswerRe: PostThreadMessages lost in DLL Pin
Mark Salsbery3-Aug-07 6:07
Mark Salsbery3-Aug-07 6:07 
QuestionRe: PostThreadMessages lost in DLL Pin
PaulCammy4-Aug-07 1:52
PaulCammy4-Aug-07 1:52 

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.