Click here to Skip to main content
16,012,223 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Help with VC++... Pin
theCPkid30-Jun-08 19:11
theCPkid30-Jun-08 19:11 
GeneralRe: Help with VC++... Pin
projectip30-Jun-08 19:54
projectip30-Jun-08 19:54 
GeneralRe: Help with VC++... Pin
projectip30-Jun-08 19:55
projectip30-Jun-08 19:55 
QuestionMFC App Wizard generated SDI application crashes. Pin
Saurabh.Garg30-Jun-08 17:54
Saurabh.Garg30-Jun-08 17:54 
GeneralRe: MFC App Wizard generated SDI application crashes. Pin
theCPkid30-Jun-08 18:50
theCPkid30-Jun-08 18:50 
GeneralRe: MFC App Wizard generated SDI application crashes. Pin
Saurabh.Garg30-Jun-08 19:01
Saurabh.Garg30-Jun-08 19:01 
QuestionCoInitializeEx and MTA Pin
George_George30-Jun-08 17:09
George_George30-Jun-08 17:09 
AnswerRe: CoInitializeEx and MTA Pin
Hamid_RT30-Jun-08 20:52
Hamid_RT30-Jun-08 20:52 
From the MSDN:
"Typically, the COM library is initialized on a thread only once. Subsequent calls to CoInitialize or CoInitializeEx on the same thread will succeed, as long as they do not attempt to change the concurrency model, but will return S_FALSE. To close the COM library gracefully, each successful call to CoInitialize or CoInitializeEx, including those that return S_FALSE, must be balanced by a corresponding call to CoUninitialize. However, the first thread in the application that calls CoInitialize(0) or CoInitializeEx(COINIT_APARTMENTTHREADED) must be the last thread to call CoUninitialize(). If the call sequence is not in this order, then subsequent calls to CoInitialize on the STA will fail and the application will not work."
GeneralRe: CoInitializeEx and MTA Pin
George_George30-Jun-08 21:21
George_George30-Jun-08 21:21 
QuestionMonitor thread status Pin
George_George30-Jun-08 16:51
George_George30-Jun-08 16:51 
AnswerRe: Monitor thread status Pin
kcynic30-Jun-08 17:34
kcynic30-Jun-08 17:34 
GeneralRe: Monitor thread status Pin
George_George30-Jun-08 17:55
George_George30-Jun-08 17:55 
GeneralRe: Monitor thread status Pin
kcynic30-Jun-08 18:15
kcynic30-Jun-08 18:15 
GeneralRe: Monitor thread status Pin
George_George30-Jun-08 18:46
George_George30-Jun-08 18:46 
GeneralRe: Monitor thread status Pin
kcynic30-Jun-08 19:23
kcynic30-Jun-08 19:23 
GeneralRe: Monitor thread status Pin
George_George30-Jun-08 19:38
George_George30-Jun-08 19:38 
AnswerRe: Monitor thread status Pin
Hamid_RT30-Jun-08 20:30
Hamid_RT30-Jun-08 20:30 
GeneralRe: Monitor thread status Pin
George_George30-Jun-08 20:42
George_George30-Jun-08 20:42 
GeneralRe: Monitor thread status Pin
toxcct30-Jun-08 20:44
toxcct30-Jun-08 20:44 
GeneralRe: Monitor thread status Pin
George_George30-Jun-08 20:59
George_George30-Jun-08 20:59 
GeneralRe: Monitor thread status Pin
Hamid_RT30-Jun-08 21:00
Hamid_RT30-Jun-08 21:00 
GeneralRe: Monitor thread status Pin
George_George30-Jun-08 21:04
George_George30-Jun-08 21:04 
GeneralRe: Monitor thread status Pin
Hamid_RT30-Jun-08 21:12
Hamid_RT30-Jun-08 21:12 
GeneralRe: Monitor thread status Pin
George_George30-Jun-08 21:18
George_George30-Jun-08 21:18 
GeneralRe: Monitor thread status Pin
Hamid_RT30-Jun-08 22:57
Hamid_RT30-Jun-08 22:57 

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.