Click here to Skip to main content
16,005,467 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Passing single service in command line Pin
David Crow30-Aug-04 2:34
David Crow30-Aug-04 2:34 
QuestionHow to Share Data between DLL to DLL Pin
Savita Kashyap26-Aug-04 20:13
Savita Kashyap26-Aug-04 20:13 
AnswerRe: How to Share Data between DLL to DLL Pin
jmkhael27-Aug-04 2:38
jmkhael27-Aug-04 2:38 
GeneralMFC thread affinity and COM Pin
xcavin26-Aug-04 19:57
xcavin26-Aug-04 19:57 
GeneralRe: MFC thread affinity and COM Pin
palbano26-Aug-04 20:09
palbano26-Aug-04 20:09 
GeneralRe: MFC thread affinity and COM Pin
xcavin26-Aug-04 20:42
xcavin26-Aug-04 20:42 
GeneralRe: MFC thread affinity and COM Pin
22491726-Aug-04 20:56
22491726-Aug-04 20:56 
GeneralRe: MFC thread affinity and COM Pin
palbano26-Aug-04 20:58
palbano26-Aug-04 20:58 
To have thread affinity means to be "bound to the thread". Therefore the object can only be used safely from that thread.

In the case of MFC, some objects are bound to threads through MFCs use of Thread Local Storage. Attempting to use the object in a thread other than the thread it is bound to will result in errors since the thread local storage data is not present.

Hope that helps?

-- signature under construction --
-pete

Questionhow to register windows service?? Pin
Capriono26-Aug-04 19:42
Capriono26-Aug-04 19:42 
AnswerRe: how to register windows service?? Pin
Anonymous26-Aug-04 20:03
Anonymous26-Aug-04 20:03 
GeneralRe: how to register windows service?? Pin
Capriono26-Aug-04 21:02
Capriono26-Aug-04 21:02 
GeneralRe: how to register windows service?? Pin
Anonymous26-Aug-04 21:25
Anonymous26-Aug-04 21:25 
GeneralRe: how to register windows service?? Pin
Prasadsm27-Aug-04 19:32
Prasadsm27-Aug-04 19:32 
Generalabout IActiveDesktop Pin
yingkou26-Aug-04 17:03
yingkou26-Aug-04 17:03 
GeneralRe: about IActiveDesktop Pin
Anonymous26-Aug-04 19:24
Anonymous26-Aug-04 19:24 
GeneralRe: about IActiveDesktop Pin
yingkou26-Aug-04 20:22
yingkou26-Aug-04 20:22 
GeneralRe: about IActiveDesktop Pin
Anonymous26-Aug-04 21:11
Anonymous26-Aug-04 21:11 
GeneralRe: about IActiveDesktop Pin
Anonymous26-Aug-04 21:30
Anonymous26-Aug-04 21:30 
GeneralRe: about IActiveDesktop Pin
yingkou26-Aug-04 22:22
yingkou26-Aug-04 22:22 
GeneralRe: about IActiveDesktop Pin
David Crow27-Aug-04 9:22
David Crow27-Aug-04 9:22 
GeneralRe: about IActiveDesktop Pin
yingkou27-Aug-04 14:11
yingkou27-Aug-04 14:11 
GeneralRe: about IActiveDesktop Pin
David Crow28-Aug-04 17:27
David Crow28-Aug-04 17:27 
GeneralRe: about IActiveDesktop Pin
yingkou29-Aug-04 3:14
yingkou29-Aug-04 3:14 
GeneralHLOCAL -- Local Memory alloc/dealloc Pin
0v3rloader26-Aug-04 14:45
0v3rloader26-Aug-04 14:45 
GeneralRe: HLOCAL -- Local Memory alloc/dealloc Pin
David Crow27-Aug-04 2:24
David Crow27-Aug-04 2:24 

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.