Click here to Skip to main content
15,917,538 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionFirst Thread:IHTMLImgElement::put_src(BSTR) does not work? Pin
29-Apr-02 20:04
suss29-Apr-02 20:04 
GeneralBest Method for Screen Shot Pin
Sameer Maggon29-Apr-02 19:24
Sameer Maggon29-Apr-02 19:24 
GeneralRe: Best Method for Screen Shot Pin
Jon Sagara29-Apr-02 19:43
Jon Sagara29-Apr-02 19:43 
GeneralRe: Best Method for Screen Shot Pin
Christian Graus29-Apr-02 20:19
protectorChristian Graus29-Apr-02 20:19 
QuestionHow to programmaticly assign two NICs the same IP Pin
29-Apr-02 18:30
suss29-Apr-02 18:30 
AnswerRe: How to programmaticly assign two NICs the same IP Pin
Mike Nordell1-May-02 9:08
Mike Nordell1-May-02 9:08 
GeneralMajor Multithread Problem :: MFC Pin
valikac29-Apr-02 17:49
valikac29-Apr-02 17:49 
GeneralRe: Major Multithread Problem :: MFC Pin
Neville Franks30-Apr-02 2:15
Neville Franks30-Apr-02 2:15 
kuphryn wrote:
::WaitForSingleObject(m_hThread, INFINITE);

This doesn't close a thread, it simple waits for thread to end. My guess is that you have deadlock occuring between your worker thread and the main app thread.

Does the thread function itself end? Is the thread doing any UI stuff?

Neville Franks, Author of ED for Windows. www.getsoft.com
GeneralRe: Major Multithread Problem :: MFC Pin
valikac30-Apr-02 4:05
valikac30-Apr-02 4:05 
GeneralRe: Major Multithread Problem :: MFC Pin
Neville Franks30-Apr-02 8:15
Neville Franks30-Apr-02 8:15 
GeneralRe: Major Multithread Problem :: MFC Pin
valikac30-Apr-02 11:44
valikac30-Apr-02 11:44 
GeneralRe: Major Multithread Problem :: MFC Pin
Neville Franks30-Apr-02 11:54
Neville Franks30-Apr-02 11:54 
GeneralRe: Major Multithread Problem :: MFC Pin
valikac30-Apr-02 12:00
valikac30-Apr-02 12:00 
GeneralRe: Major Multithread Problem :: MFC Pin
Neville Franks30-Apr-02 12:30
Neville Franks30-Apr-02 12:30 
GeneralRe: Major Multithread Problem :: MFC Pin
valikac30-Apr-02 12:35
valikac30-Apr-02 12:35 
GeneralRe: Possible Problem Pin
valikac30-Apr-02 12:59
valikac30-Apr-02 12:59 
GeneralRe: Possible Problem Pin
Neville Franks30-Apr-02 16:04
Neville Franks30-Apr-02 16:04 
QuestionLocale : do I get the wrong standard library????? Pin
Maxwell Chen29-Apr-02 17:23
Maxwell Chen29-Apr-02 17:23 
AnswerRe: Locale : do I get the wrong standard library????? Pin
Christian Graus29-Apr-02 17:40
protectorChristian Graus29-Apr-02 17:40 
GeneralRe: Locale : do I get the wrong standard library????? Pin
Maxwell Chen29-Apr-02 19:01
Maxwell Chen29-Apr-02 19:01 
GeneralRe: Locale : do I get the wrong standard library????? Pin
Christian Graus29-Apr-02 20:15
protectorChristian Graus29-Apr-02 20:15 
AnswerRe: Locale : do I get the wrong standard library????? Pin
Joaquín M López Muñoz29-Apr-02 21:01
Joaquín M López Muñoz29-Apr-02 21:01 
GeneralRe: Locale : do I get the wrong standard library????? Pin
Maxwell Chen29-Apr-02 22:57
Maxwell Chen29-Apr-02 22:57 
GeneralRe: Locale : do I get the wrong standard library????? Pin
Joaquín M López Muñoz29-Apr-02 23:09
Joaquín M López Muñoz29-Apr-02 23:09 
AnswerRe: Locale : do I get the wrong standard library????? Pin
Michael Dunn30-Apr-02 10:49
sitebuilderMichael Dunn30-Apr-02 10:49 

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.