Click here to Skip to main content
15,924,828 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralNetMessageBufferSend Pin
alextuan22-Jul-05 0:10
alextuan22-Jul-05 0:10 
GeneralRe: NetMessageBufferSend Pin
Nilesh K.22-Jul-05 0:17
Nilesh K.22-Jul-05 0:17 
GeneralVC++2003: Question about "Pointers to member functions". Pin
Maxwell Chen22-Jul-05 0:01
Maxwell Chen22-Jul-05 0:01 
GeneralRe: VC++2003: Question about "Pointers to member functions". Pin
Bob Stanneveld22-Jul-05 1:57
Bob Stanneveld22-Jul-05 1:57 
GeneralRe: VC++2003: Question about "Pointers to member functions". Pin
Maxwell Chen22-Jul-05 8:02
Maxwell Chen22-Jul-05 8:02 
GeneralRe: VC++2003: Question about "Pointers to member functions". Pin
Maxwell Chen24-Jul-05 16:45
Maxwell Chen24-Jul-05 16:45 
GeneralRe: VC++2003: Question about "Pointers to member functions". Pin
Bob Stanneveld24-Jul-05 22:14
Bob Stanneveld24-Jul-05 22:14 
GeneralRe: VC++2003: Question about "Pointers to member functions". Pin
Maxwell Chen25-Jul-05 19:01
Maxwell Chen25-Jul-05 19:01 
Hello,

My original intention was to hide / to prevent from passing the whole CMyLoopbackDlg interface (either in poiter or in reference form) into the thread callback. I just hoped that the member structure could carry some functions of CMyLoopbackDlg to the thread callback as well as the handles to events, (... since that single object of CMyLoopback is there, and the data mamber m_InfoTest is public. And I don't want static member function stuffs...)
AfxBeginThread(TestThreadProc, &m_InfoTest);
The solution (InvokeDelegate) still requires the exposure of CMyLoopbackDlg. This would be far from my intention. Unsure | :~ Big Grin | :-D


Maxwell Chen
GeneralRe: VC++2003: Question about "Pointers to member functions". Pin
Bob Stanneveld25-Jul-05 21:01
Bob Stanneveld25-Jul-05 21:01 
GeneralRe: VC++2003: Question about "Pointers to member functions". Pin
Maxwell Chen26-Jul-05 18:14
Maxwell Chen26-Jul-05 18:14 
GeneralTA_TOP Pin
Anonymous21-Jul-05 23:48
Anonymous21-Jul-05 23:48 
GeneralRe: TA_TOP Pin
Aamir Butt22-Jul-05 0:46
Aamir Butt22-Jul-05 0:46 
GeneralRe: TA_TOP Pin
Anonymous22-Jul-05 0:51
Anonymous22-Jul-05 0:51 
GeneralRe: TA_TOP Pin
Aamir Butt22-Jul-05 1:00
Aamir Butt22-Jul-05 1:00 
GeneralMaking CEdit behave properly in a CWnd Pin
panzerdivisionmarkus21-Jul-05 23:04
panzerdivisionmarkus21-Jul-05 23:04 
GeneralRe: Making CEdit behave properly in a CWnd Pin
basementman22-Jul-05 4:32
basementman22-Jul-05 4:32 
GeneralRe: Making CEdit behave properly in a CWnd Pin
panzerdivisionmarkus24-Jul-05 20:17
panzerdivisionmarkus24-Jul-05 20:17 
GeneralCFileDialog retrieve view mode Pin
Nooklaer21-Jul-05 22:59
Nooklaer21-Jul-05 22:59 
General2 questions Pin
gohappy_199921-Jul-05 22:10
gohappy_199921-Jul-05 22:10 
GeneralRe: 2 questions Pin
Nilesh K.21-Jul-05 23:43
Nilesh K.21-Jul-05 23:43 
GeneralRe: 2 questions Pin
gohappy_199924-Jul-05 17:47
gohappy_199924-Jul-05 17:47 
QuestionHow can I make a PERFECT RE-USABLE SOCKET ? Pin
NOVICE0021-Jul-05 21:36
NOVICE0021-Jul-05 21:36 
GeneralJPEG ... Pin
Lachezar21-Jul-05 21:33
Lachezar21-Jul-05 21:33 
GeneralRe: JPEG ... Pin
Ted Ferenc21-Jul-05 21:42
Ted Ferenc21-Jul-05 21:42 
GeneralRe: JPEG ... Pin
Chris Losinger22-Jul-05 6:38
professionalChris Losinger22-Jul-05 6:38 

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.