Click here to Skip to main content
15,918,404 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Exit SDI Pin
zeki yugnak25-Jul-03 1:22
zeki yugnak25-Jul-03 1:22 
GeneralDraw over Direct3d/Opengl applications Pin
sheesh-ka-bob24-Jul-03 17:03
sheesh-ka-bob24-Jul-03 17:03 
GeneralRe: Draw over Direct3d/Opengl applications Pin
Alexander M.,25-Jul-03 2:20
Alexander M.,25-Jul-03 2:20 
GeneralTransparent Drawing Pin
Anonymous24-Jul-03 15:22
Anonymous24-Jul-03 15:22 
GeneralRe: Transparent Drawing Pin
Ryan Binns24-Jul-03 16:01
Ryan Binns24-Jul-03 16:01 
GeneralRe: Transparent Drawing Pin
Anonymous24-Jul-03 16:06
Anonymous24-Jul-03 16:06 
GeneralRe: Transparent Drawing Pin
Ryan Binns24-Jul-03 16:08
Ryan Binns24-Jul-03 16:08 
GeneralMultithreading Pin
Gaurs24-Jul-03 14:30
Gaurs24-Jul-03 14:30 
I'm trying to write a multithreaded application in C. I'm a little new to multithreading. I would like to know whether it is required to write a seperate function for each thread. I'm using CreateThread() to create a new thread called WaveInProc. Now if I want to create one more thread do I have to create anotehr function for it. I intend to create 4 such worker threads. A similar code on MSDN had used _beginthread. But it used the same function to handle all the threads. Can someone explain how a single function can handle different threads.
GeneralRe: Multithreading Pin
Beer2624-Jul-03 15:03
Beer2624-Jul-03 15:03 
GeneralRe: Multithreading Pin
Ryan Binns24-Jul-03 15:05
Ryan Binns24-Jul-03 15:05 
GeneralRe: Multithreading Pin
Anonymous24-Jul-03 15:51
Anonymous24-Jul-03 15:51 
GeneralEdit box focus problem.. Pin
IrishSonic24-Jul-03 12:34
IrishSonic24-Jul-03 12:34 
GeneralRe: Edit box focus problem.. Pin
Ryan Binns24-Jul-03 15:08
Ryan Binns24-Jul-03 15:08 
GeneralRe: Edit box focus problem.. Pin
David Crow25-Jul-03 2:38
David Crow25-Jul-03 2:38 
QuestionBook? Pin
Tom Archer24-Jul-03 12:25
Tom Archer24-Jul-03 12:25 
AnswerRe: Book? Pin
Beer2624-Jul-03 15:52
Beer2624-Jul-03 15:52 
GeneralAccess violation only in release build with debug info Pin
s_k24-Jul-03 10:54
s_k24-Jul-03 10:54 
GeneralRe: Access violation only in release build with debug info Pin
AlexO24-Jul-03 11:37
AlexO24-Jul-03 11:37 
GeneralRe: Access violation only in release build with debug info Pin
s_k24-Jul-03 11:44
s_k24-Jul-03 11:44 
GeneralRe: Access violation only in release build with debug info Pin
AlexO25-Jul-03 3:47
AlexO25-Jul-03 3:47 
GeneralRe: Access violation only in release build with debug info Pin
s_k25-Jul-03 3:52
s_k25-Jul-03 3:52 
GeneralRe: Access violation only in release build with debug info Pin
AlexO25-Jul-03 4:04
AlexO25-Jul-03 4:04 
GeneralRe: Access violation only in release build with debug info Pin
s_k25-Jul-03 4:07
s_k25-Jul-03 4:07 
GeneralRe: Access violation only in release build with debug info Pin
Neville Franks24-Jul-03 11:47
Neville Franks24-Jul-03 11:47 
GeneralRe: Access violation only in release build with debug info Pin
s_k24-Jul-03 11:51
s_k24-Jul-03 11:51 

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.