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

C / C++ / MFC

 
GeneralRe: Serialization woes Pin
benjymous30-May-02 11:23
benjymous30-May-02 11:23 
GeneralRe: Serialization woes Pin
benjymous30-May-02 22:28
benjymous30-May-02 22:28 
GeneralThreads Pin
Nnamdi Onyeyiri30-May-02 4:57
Nnamdi Onyeyiri30-May-02 4:57 
GeneralRe: Threads Pin
Roger Allen30-May-02 5:01
Roger Allen30-May-02 5:01 
GeneralRe: Threads Pin
Nnamdi Onyeyiri30-May-02 5:20
Nnamdi Onyeyiri30-May-02 5:20 
GeneralRe: Threads Pin
Ernest Laurentin30-May-02 5:26
Ernest Laurentin30-May-02 5:26 
GeneralRe: Threads Pin
Nnamdi Onyeyiri30-May-02 5:31
Nnamdi Onyeyiri30-May-02 5:31 
GeneralRe: Threads Pin
Ernest Laurentin30-May-02 6:10
Ernest Laurentin30-May-02 6:10 
Parameter 1 is the pointer of thread function.
UINT MyControllingFunction( LPVOID pParam );
This function can be static if you use a member function of a class
or it can be a global function.
If you use a global function, remove YourClass::MyControllingFunction.
Only the second parameter is a void pointer. You may want to take a look
a Michael Dunn C++ Faq: http://www.codeproject.com/cpp/cppforumfaq.asp.

One good thing about getting older, you don't lose the ages you've been!
GeneralRe: Threads Pin
Bill Wilson30-May-02 11:56
Bill Wilson30-May-02 11:56 
GeneralRe: Threads Pin
Prem Kumar30-May-02 5:10
Prem Kumar30-May-02 5:10 
Questionhow to get Column count of a List Control Pin
hex30-May-02 4:21
hex30-May-02 4:21 
AnswerRe: how to get Column count of a List Control Pin
Ernest Laurentin30-May-02 4:47
Ernest Laurentin30-May-02 4:47 
AnswerRe: how to get Column count of a List Control Pin
Michael P Butler30-May-02 5:10
Michael P Butler30-May-02 5:10 
QuestionHow to intantiate an Acrobat Writer App Pin
30-May-02 3:30
suss30-May-02 3:30 
AnswerRe: How to intantiate an Acrobat Writer App Pin
Navin30-May-02 6:45
Navin30-May-02 6:45 
QuestionCan I delete the .ncb and .opt files? Pin
Tommy Svensson30-May-02 3:23
Tommy Svensson30-May-02 3:23 
AnswerRe: Can I delete the .ncb and .opt files? Pin
KarstenK30-May-02 3:28
mveKarstenK30-May-02 3:28 
AnswerRe: Can I delete the .ncb and .opt files? Pin
Renjith Ramachandran30-May-02 3:43
Renjith Ramachandran30-May-02 3:43 
GeneralResource Question Pin
Renjith Ramachandran30-May-02 3:13
Renjith Ramachandran30-May-02 3:13 
GeneralRe: Resource Question Pin
Paul M Watt30-May-02 5:32
mentorPaul M Watt30-May-02 5:32 
GeneralRe: Resource Question Pin
Renjith Ramachandran30-May-02 6:21
Renjith Ramachandran30-May-02 6:21 
GeneralRe: Resource Question Pin
Bill Wilson30-May-02 12:09
Bill Wilson30-May-02 12:09 
Generalproblem reading string from registry Pin
Lucky the code machine30-May-02 2:18
Lucky the code machine30-May-02 2:18 
GeneralRe: problem reading string from registry Pin
Claudius Mokler30-May-02 3:11
Claudius Mokler30-May-02 3:11 
GeneralRe: problem reading string from registry Pin
Lucky the code machine30-May-02 3:31
Lucky the code machine30-May-02 3:31 

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.