Click here to Skip to main content
16,015,108 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: callback or thread? Pin
James R. Twine31-May-02 10:31
James R. Twine31-May-02 10:31 
AnswerRe: callback or thread? Pin
Ed Gadziemski31-May-02 11:44
professionalEd Gadziemski31-May-02 11:44 
QuestionIs there an include required for threads? Pin
Nnamdi Onyeyiri30-May-02 23:11
Nnamdi Onyeyiri30-May-02 23:11 
AnswerRe: Is there an include required for threads? Pin
Michael P Butler30-May-02 23:43
Michael P Butler30-May-02 23:43 
GeneralRe: Is there an include required for threads? Pin
Nnamdi Onyeyiri30-May-02 23:45
Nnamdi Onyeyiri30-May-02 23:45 
GeneralRe: Is there an include required for threads? Pin
Michael P Butler30-May-02 23:53
Michael P Butler30-May-02 23:53 
GeneralRe: Is there an include required for threads? Pin
Nnamdi Onyeyiri31-May-02 0:02
Nnamdi Onyeyiri31-May-02 0:02 
GeneralRe: Is there an include required for threads? Pin
Nish Nishant31-May-02 0:10
sitebuilderNish Nishant31-May-02 0:10 
The thread proc must either be a static function of the class or a global function which is not part of any class.

It should return an UINT and take an LPVOID as parameter since that's what AfxBeginThread() expects

Nish


Regards,
Nish
Native CPian.
Born and brought up on CP.
With the CP blood in him.

GeneralRe: Is there an include required for threads? Pin
markkuk31-May-02 2:06
markkuk31-May-02 2:06 
GeneralRe: Is there an include required for threads? Pin
Tomasz Sowinski30-May-02 23:50
Tomasz Sowinski30-May-02 23:50 
QuestionHow to change input of edit of another program in my own problem? Pin
mzt30-May-02 22:58
mzt30-May-02 22:58 
AnswerRe: How to change input of edit of another program in my own problem? Pin
Mike Nordell1-Jun-02 0:27
Mike Nordell1-Jun-02 0:27 
GeneralNetwork Application Winsock (Modem) Pin
Sameer Maggon30-May-02 21:26
Sameer Maggon30-May-02 21:26 
GeneralRe: Network Application Winsock (Modem) Pin
lucy31-May-02 4:57
lucy31-May-02 4:57 
GeneralRe: Network Application Winsock (Modem) Pin
31-May-02 13:01
suss31-May-02 13:01 
GeneralShell Context menu and "Send To" Pin
Neville Franks30-May-02 21:02
Neville Franks30-May-02 21:02 
GeneralRe: Shell Context menu and "Send To" Pin
_Magnus_30-May-02 21:48
_Magnus_30-May-02 21:48 
GeneralRe: Shell Context menu and "Send To" Pin
_Magnus_30-May-02 21:53
_Magnus_30-May-02 21:53 
GeneralRe: Shell Context menu and "Send To" Pin
_Magnus_30-May-02 22:03
_Magnus_30-May-02 22:03 
GeneralRe: Shell Context menu and "Send To" Pin
Neville Franks31-May-02 3:13
Neville Franks31-May-02 3:13 
GeneralRe: Shell Context menu and "Send To" Pin
_Magnus_31-May-02 3:26
_Magnus_31-May-02 3:26 
GeneralRe: Shell Context menu and "Send To" Pin
Neville Franks31-May-02 3:44
Neville Franks31-May-02 3:44 
GeneralRe: Shell Context menu and "Send To" Pin
_Magnus_31-May-02 3:46
_Magnus_31-May-02 3:46 
GeneralRe: Shell Context menu and "Send To" Pin
Neville Franks31-May-02 11:38
Neville Franks31-May-02 11:38 
GeneralRe: Shell Context menu and "Send To" Pin
_Magnus_2-Jun-02 21:27
_Magnus_2-Jun-02 21:27 

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.