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

C / C++ / MFC

 
QuestionRe: Access violation reading location 0x00378004. Pin
CPallini19-Mar-11 4:41
mveCPallini19-Mar-11 4:41 
QuestionMy computer is possessed Pin
Kaaib18-Mar-11 11:30
Kaaib18-Mar-11 11:30 
AnswerRe: My computer is possessed Pin
వేంకటనారాయణ(venkatmakam)18-Mar-11 20:24
వేంకటనారాయణ(venkatmakam)18-Mar-11 20:24 
GeneralRe: My computer is possessed Pin
Kaaib18-Mar-11 21:47
Kaaib18-Mar-11 21:47 
GeneralRe: My computer is possessed Pin
Richard MacCutchan18-Mar-11 23:45
mveRichard MacCutchan18-Mar-11 23:45 
GeneralRe: My computer is possessed Pin
Code-o-mat19-Mar-11 0:06
Code-o-mat19-Mar-11 0:06 
QuestionWhat is corect way to send an CString through ::PostMessage(...) ? Pin
_Flaviu18-Mar-11 0:09
_Flaviu18-Mar-11 0:09 
AnswerRe: What is corect way to send an CString through ::PostMessage(...) ? Pin
CPallini18-Mar-11 1:23
mveCPallini18-Mar-11 1:23 
Why don't you properly synchronize (e.g. with Critical Section, Mutex,...) the access to the shared resource (i.e. a CString allocated on the stack by the main thread) and use the message only to notify that the resource has been updated?
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler.
-- Alfonso the Wise, 13th Century King of Castile.

This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong.
-- Iain Clarke

[My articles]

GeneralRe: What is corect way to send an CString through ::PostMessage(...) ? Pin
_Flaviu18-Mar-11 2:23
_Flaviu18-Mar-11 2:23 
GeneralRe: What is corect way to send an CString through ::PostMessage(...) ? Pin
CPallini18-Mar-11 2:46
mveCPallini18-Mar-11 2:46 
QuestionHow can I tell the compiler that should compile only VC6 ? Pin
_Flaviu17-Mar-11 23:57
_Flaviu17-Mar-11 23:57 
AnswerRe: How can I tell the compiler that should compile only VC6 ? Pin
Niklas L18-Mar-11 0:31
Niklas L18-Mar-11 0:31 
GeneralRe: How can I tell the compiler that should compile only VC6 ? Pin
_Flaviu18-Mar-11 0:43
_Flaviu18-Mar-11 0:43 
GeneralRe: How can I tell the compiler that should compile only VC6 ? Pin
Niklas L18-Mar-11 1:30
Niklas L18-Mar-11 1:30 
GeneralRe: How can I tell the compiler that should compile only VC6 ? Pin
Ozer Karaagac18-Mar-11 2:13
professionalOzer Karaagac18-Mar-11 2:13 
GeneralRe: How can I tell the compiler that should compile only VC6 ? Pin
_Flaviu18-Mar-11 2:30
_Flaviu18-Mar-11 2:30 
GeneralRe: How can I tell the compiler that should compile only VC6 ? Pin
Ozer Karaagac18-Mar-11 3:06
professionalOzer Karaagac18-Mar-11 3:06 
QuestionHow to add reference of a dll in a Visual Studio Project Pin
pandit8417-Mar-11 19:34
pandit8417-Mar-11 19:34 
AnswerRe: How to add reference of a dll in a Visual Studio Project Pin
Nitheesh George17-Mar-11 19:49
Nitheesh George17-Mar-11 19:49 
AnswerRe: How to add reference of a dll in a Visual Studio Project Pin
«_Superman_»17-Mar-11 19:52
professional«_Superman_»17-Mar-11 19:52 
GeneralRe: How to add reference of a dll in a Visual Studio Project Pin
pandit8418-Mar-11 0:28
pandit8418-Mar-11 0:28 
GeneralRe: How to add reference of a dll in a Visual Studio Project Pin
«_Superman_»18-Mar-11 0:32
professional«_Superman_»18-Mar-11 0:32 
GeneralRe: How to add reference of a dll in a Visual Studio Project Pin
Richard MacCutchan18-Mar-11 0:43
mveRichard MacCutchan18-Mar-11 0:43 
GeneralRe: How to add reference of a dll in a Visual Studio Project Pin
pandit8418-Mar-11 0:53
pandit8418-Mar-11 0:53 
QuestionDraw Using Graphics object from Window Handle Pin
002comp17-Mar-11 18:41
002comp17-Mar-11 18:41 

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.