Click here to Skip to main content
15,921,028 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to get ALT, SHIFT and CTRL key? Pin
TooShy2Talk13-Mar-08 15:32
TooShy2Talk13-Mar-08 15:32 
GeneralRe: How to get ALT, SHIFT and CTRL key? Pin
Eytukan13-Mar-08 16:14
Eytukan13-Mar-08 16:14 
GeneralRe: How to get ALT, SHIFT and CTRL key? Pin
TooShy2Talk13-Mar-08 16:38
TooShy2Talk13-Mar-08 16:38 
GeneralRe: How to get ALT, SHIFT and CTRL key? Pin
Eytukan13-Mar-08 17:40
Eytukan13-Mar-08 17:40 
GeneralRe: How to get ALT, SHIFT and CTRL key? Pin
Mahesh Kulkarni13-Mar-08 18:14
Mahesh Kulkarni13-Mar-08 18:14 
GeneralRe: How to get ALT, SHIFT and CTRL key? Pin
ThatsAlok13-Mar-08 19:53
ThatsAlok13-Mar-08 19:53 
GeneralRe: How to get ALT, SHIFT and CTRL key? Pin
Mahesh Kulkarni13-Mar-08 20:43
Mahesh Kulkarni13-Mar-08 20:43 
GeneralRe: How to get ALT, SHIFT and CTRL key? Pin
TooShy2Talk13-Mar-08 21:16
TooShy2Talk13-Mar-08 21:16 
QuestionRe: How to get ALT, SHIFT and CTRL key? Pin
TooShy2Talk13-Mar-08 21:40
TooShy2Talk13-Mar-08 21:40 
GeneralRe: How to get ALT, SHIFT and CTRL key? Pin
Mahesh Kulkarni14-Mar-08 2:40
Mahesh Kulkarni14-Mar-08 2:40 
GeneralPimpl Idiom client/serve compile/link Pin
George_George13-Mar-08 15:26
George_George13-Mar-08 15:26 
GeneralAbout your opaque pointer Pin
Eytukan13-Mar-08 16:08
Eytukan13-Mar-08 16:08 
GeneralRe: About your opaque pointer Pin
George_George13-Mar-08 16:30
George_George13-Mar-08 16:30 
GeneralRe: Pimpl Idiom client/serve compile/link Pin
David Crow14-Mar-08 3:30
David Crow14-Mar-08 3:30 
GeneralRe: Pimpl Idiom client/serve compile/link Pin
George_George14-Mar-08 3:44
George_George14-Mar-08 3:44 
Questionerror C2228: left of '.m_FindNoPlat' must have class/struct/union type ???? Pin
ieyra20413-Mar-08 12:54
ieyra20413-Mar-08 12:54 
AnswerRe: error C2228: left of '.m_FindNoPlat' must have class/struct/union type ???? Pin
Mark Salsbery13-Mar-08 13:33
Mark Salsbery13-Mar-08 13:33 
GeneralRe: error C2228: left of '.m_FindNoPlat' must have class/struct/union type ???? Pin
Eytukan13-Mar-08 16:20
Eytukan13-Mar-08 16:20 
GeneralRe: error C2228: left of '.m_FindNoPlat' must have class/struct/union type ???? Pin
Mark Salsbery13-Mar-08 19:50
Mark Salsbery13-Mar-08 19:50 
GeneralRe: error C2228: left of '.m_FindNoPlat' must have class/struct/union type ???? Pin
Eytukan13-Mar-08 20:06
Eytukan13-Mar-08 20:06 
AnswerRe: error C2228: left of '.m_FindNoPlat' must have class/struct/union type ???? Pin
Stephen Hewitt13-Mar-08 14:08
Stephen Hewitt13-Mar-08 14:08 
AnswerRe: error C2228: left of '.m_FindNoPlat' must have class/struct/union type ???? Pin
David Crow13-Mar-08 16:23
David Crow13-Mar-08 16:23 
Generalstatic_cast and reinterpret_cast Pin
LCI13-Mar-08 12:06
LCI13-Mar-08 12:06 
GeneralRe: static_cast and reinterpret_cast Pin
Mark Salsbery13-Mar-08 13:29
Mark Salsbery13-Mar-08 13:29 
GeneralRe: static_cast and reinterpret_cast Pin
Peter Weyzen13-Mar-08 13:57
Peter Weyzen13-Mar-08 13:57 
Here's my fundamental question about your thread....

You're now accessing "this" from your thread?
And are you also accessing "this" from the thread that created it?

Are you employing appropriate locks to protect "this"?

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br />
Peter Weyzen<br />
Staff Engineer<br />
<a href="http://www.soonr.com">SoonR Inc -- PC Power delivered to your phone</a>

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.