Click here to Skip to main content
16,006,824 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CComVariant Pin
George_George4-Apr-08 2:54
George_George4-Apr-08 2:54 
GeneralRe: CComVariant Pin
Matthew Faithfull4-Apr-08 3:09
Matthew Faithfull4-Apr-08 3:09 
GeneralRe: CComVariant Pin
George_George4-Apr-08 3:16
George_George4-Apr-08 3:16 
GeneralRe: CComVariant Pin
Matthew Faithfull4-Apr-08 3:23
Matthew Faithfull4-Apr-08 3:23 
GeneralRe: CComVariant Pin
George_George4-Apr-08 3:37
George_George4-Apr-08 3:37 
GeneralRe: CComVariant Pin
Matthew Faithfull4-Apr-08 3:55
Matthew Faithfull4-Apr-08 3:55 
GeneralRe: CComVariant Pin
George_George4-Apr-08 4:12
George_George4-Apr-08 4:12 
GeneralRe: CComVariant Pin
Matthew Faithfull4-Apr-08 4:28
Matthew Faithfull4-Apr-08 4:28 
George_George wrote:
an MTA thread/component as front end and STA as inner component


No that is the slower design because of all the interappartment calls.
George_George wrote:
"mediocre"


means not very good.

If the inner components are free threaded but only ever called on the thread where they were created, by the outer component, then they all live in the MTA but don't have to worry about locking/synchronisation, you only have to do that in one place, in the outer component, plenty of speed and no deadlocks Big Grin | :-D

Nothing is exactly what it seems but everything with seems can be unpicked.

GeneralRe: CComVariant Pin
George_George4-Apr-08 4:39
George_George4-Apr-08 4:39 
GeneralRe: CComVariant Pin
Matthew Faithfull4-Apr-08 4:53
Matthew Faithfull4-Apr-08 4:53 
GeneralRe: CComVariant Pin
George_George6-Apr-08 15:50
George_George6-Apr-08 15:50 
GeneralImageList of TreeView. Pin
Le@rner4-Apr-08 0:24
Le@rner4-Apr-08 0:24 
GeneralRe: ImageList of TreeView. Pin
Iain Clarke, Warrior Programmer4-Apr-08 1:10
Iain Clarke, Warrior Programmer4-Apr-08 1:10 
GeneralRe: ImageList of TreeView. Pin
Le@rner4-Apr-08 1:55
Le@rner4-Apr-08 1:55 
GeneralRe: ImageList of TreeView. Pin
Iain Clarke, Warrior Programmer4-Apr-08 2:56
Iain Clarke, Warrior Programmer4-Apr-08 2:56 
QuestionSystem imagelist: how can I retrieve icons 48х48? Pin
stas133-Apr-08 23:46
stas133-Apr-08 23:46 
AnswerRe: System imagelist: how can I retrieve icons 48х48? Pin
Michael Dunn4-Apr-08 10:15
sitebuilderMichael Dunn4-Apr-08 10:15 
GeneralTo display a messagebox after the application is closed Pin
guru moorthy.k3-Apr-08 20:47
guru moorthy.k3-Apr-08 20:47 
GeneralRe: To display a messagebox after the application is closed Pin
Cedric Moonen3-Apr-08 20:53
Cedric Moonen3-Apr-08 20:53 
JokeRe: To display a messagebox after the application is closed Pin
Rajesh R Subramanian3-Apr-08 23:13
professionalRajesh R Subramanian3-Apr-08 23:13 
GeneralRe: To display a messagebox after the application is closed Pin
CPallini3-Apr-08 23:23
mveCPallini3-Apr-08 23:23 
GeneralRe: To display a messagebox after the application is closed Pin
Mukesh Kumar4-Apr-08 0:41
Mukesh Kumar4-Apr-08 0:41 
GeneralRe: To display a messagebox after the application is closed Pin
Nitheesh George4-Apr-08 1:45
Nitheesh George4-Apr-08 1:45 
GeneralRe: To display a messagebox after the application is closed Pin
Hamid_RT7-Apr-08 19:38
Hamid_RT7-Apr-08 19:38 
QuestionAre Detours compatible with Windows CE? Pin
tony_Udz3-Apr-08 20:15
tony_Udz3-Apr-08 20:15 

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.