Click here to Skip to main content
15,913,263 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Writing Ogg Vorbis Comments Pin
DaFrawg15-Nov-04 21:07
DaFrawg15-Nov-04 21:07 
GeneralRe: Writing Ogg Vorbis Comments Pin
Summi16-Nov-04 1:09
Summi16-Nov-04 1:09 
GeneralRe: Writing Ogg Vorbis Comments Pin
Henry miller16-Nov-04 2:31
Henry miller16-Nov-04 2:31 
Generalweb server Pin
ppp00115-Nov-04 8:05
ppp00115-Nov-04 8:05 
GeneralRe: web server Pin
Timothy Grabrian15-Nov-04 8:36
professionalTimothy Grabrian15-Nov-04 8:36 
GeneralRe: web server Pin
Ryan Binns15-Nov-04 17:11
Ryan Binns15-Nov-04 17:11 
Generalsave bitmap into file Pin
Anonymous15-Nov-04 7:56
Anonymous15-Nov-04 7:56 
GeneralRe: save bitmap into file Pin
ThatsAlok15-Nov-04 23:24
ThatsAlok15-Nov-04 23:24 
Generalwrite function writing more than one byte Pin
dkel352115-Nov-04 7:27
dkel352115-Nov-04 7:27 
GeneralRe: write function writing more than one byte Pin
Joaquín M López Muñoz15-Nov-04 8:24
Joaquín M López Muñoz15-Nov-04 8:24 
GeneralRe: write function writing more than one byte Pin
dkel352116-Nov-04 6:01
dkel352116-Nov-04 6:01 
GeneralRe: write function writing more than one byte Pin
Joaquín M López Muñoz16-Nov-04 9:19
Joaquín M López Muñoz16-Nov-04 9:19 
GeneralSending email in MFC multi-Threading Pin
zhngmm15-Nov-04 6:56
zhngmm15-Nov-04 6:56 
General"Proper" way to do this kind of thread syncronisation. Pin
Jon Hulatt15-Nov-04 6:37
Jon Hulatt15-Nov-04 6:37 
GeneralRe: "Proper" way to do this kind of thread syncronisation. Pin
Antony M Kancidrowski15-Nov-04 6:56
Antony M Kancidrowski15-Nov-04 6:56 
GeneralRe: "Proper" way to do this kind of thread syncronisation. Pin
John M. Drescher15-Nov-04 9:45
John M. Drescher15-Nov-04 9:45 
GeneralRe: "Proper" way to do this kind of thread syncronisation. Pin
Blake Miller15-Nov-04 10:22
Blake Miller15-Nov-04 10:22 
You can eliminate the eventThreadHasStopped event if you cause your main thread to wait on the thread handle instead. You get the thread handle when the thread is first created. So, after the main thread sets the eventThreadShouldStop it can wait on the thread handle instead of the eventThreadHasStopped. The thread does not need to do anything but exit cleanly, and then the main thread will unblock and continue running. The way you are doing it is fine too, if you do not have the thread handle. I have done what you did many times and it works fine.

GeneralRe: "Proper" way to do this kind of thread syncronisation. Pin
Jon Hulatt15-Nov-04 23:28
Jon Hulatt15-Nov-04 23:28 
GeneralRe: "Proper" way to do this kind of thread syncronisation. Pin
Blake Miller16-Nov-04 4:21
Blake Miller16-Nov-04 4:21 
GeneralRe: "Proper" way to do this kind of thread syncronisation. Pin
Jon Hulatt16-Nov-04 4:28
Jon Hulatt16-Nov-04 4:28 
Generaldisplaying images in a dialog box Pin
ashsri15-Nov-04 5:42
ashsri15-Nov-04 5:42 
GeneralRe: displaying images in a dialog box Pin
pubududilena15-Nov-04 6:25
pubududilena15-Nov-04 6:25 
GeneralWhy Visual C++ generates other function name, but I use extern "C" Pin
Gasanov Tagir15-Nov-04 4:41
Gasanov Tagir15-Nov-04 4:41 
GeneralRe: Why Visual C++ generates other function name, but I use extern "C" Pin
David Crow15-Nov-04 4:59
David Crow15-Nov-04 4:59 
GeneralRe: Why Visual C++ generates other function name, but I use extern "C" Pin
Blake Miller15-Nov-04 10:25
Blake Miller15-Nov-04 10:25 

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.