Click here to Skip to main content
15,886,798 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: GetSaveFileName: does not work propoerly when the option "Hide file extension for know file type" is checked Pin
norish21-Mar-09 1:54
norish21-Mar-09 1:54 
Questionhow to use #pragma data_seq() Pin
ernst2002053020-Mar-09 7:48
ernst2002053020-Mar-09 7:48 
AnswerRe: how to use #pragma data_seq() Pin
David Crow20-Mar-09 7:55
David Crow20-Mar-09 7:55 
GeneralRe: how to use #pragma data_seq() Pin
ernst2002053020-Mar-09 8:04
ernst2002053020-Mar-09 8:04 
GeneralRe: how to use #pragma data_seq() Pin
David Crow20-Mar-09 8:09
David Crow20-Mar-09 8:09 
GeneralRe: how to use #pragma data_seq() Pin
ernst2002053020-Mar-09 8:18
ernst2002053020-Mar-09 8:18 
GeneralRe: how to use #pragma data_seq() Pin
David Crow20-Mar-09 8:29
David Crow20-Mar-09 8:29 
AnswerRe: how to use #pragma data_seq() Pin
cmk20-Mar-09 10:38
cmk20-Mar-09 10:38 
Try changing:
volatile wchar_t* content;
to:
#define MAX_CONTENT_SZ <some value="">
volatile wchar_t content[MAX_CONTENT_SZ];

i.e. don't dynamically alloc shared data unless you are prepared to handle all multi-proc ownership issues.

...cmk

The idea that I can be presented with a problem, set out to logically solve it with the tools at hand, and wind up with a program that could not be legally used because someone else followed the same logical steps some years ago and filed for a patent on it is horrifying.
- John Carmack

QuestionErase previous drawings Pin
llp00na20-Mar-09 6:53
llp00na20-Mar-09 6:53 
AnswerRe: Erase previous drawings Pin
Chris Losinger20-Mar-09 7:09
professionalChris Losinger20-Mar-09 7:09 
GeneralRe: Erase previous drawings Pin
llp00na20-Mar-09 7:27
llp00na20-Mar-09 7:27 
GeneralRe: Erase previous drawings Pin
Chris Losinger20-Mar-09 7:35
professionalChris Losinger20-Mar-09 7:35 
GeneralRe: Erase previous drawings Pin
David Crow20-Mar-09 9:25
David Crow20-Mar-09 9:25 
AnswerRe: Erase previous drawings Pin
Code-o-mat20-Mar-09 7:30
Code-o-mat20-Mar-09 7:30 
GeneralRe: Erase previous drawings Pin
llp00na20-Mar-09 8:17
llp00na20-Mar-09 8:17 
GeneralRe: Erase previous drawings Pin
llp00na20-Mar-09 8:23
llp00na20-Mar-09 8:23 
QuestionRe: Erase previous drawings Pin
David Crow20-Mar-09 8:31
David Crow20-Mar-09 8:31 
AnswerRe: Erase previous drawings Pin
llp00na20-Mar-09 9:04
llp00na20-Mar-09 9:04 
QuestionRe: Erase previous drawings Pin
David Crow20-Mar-09 9:06
David Crow20-Mar-09 9:06 
AnswerRe: Erase previous drawings Pin
llp00na20-Mar-09 9:12
llp00na20-Mar-09 9:12 
QuestionRe: Erase previous drawings Pin
David Crow20-Mar-09 9:15
David Crow20-Mar-09 9:15 
AnswerRe: Erase previous drawings Pin
llp00na20-Mar-09 9:21
llp00na20-Mar-09 9:21 
QuestionMessage Removed Pin
20-Mar-09 6:21
professionalAndre' Gardiner20-Mar-09 6:21 
AnswerRe: Why are my articles been deleted? Pin
jeron120-Mar-09 7:26
jeron120-Mar-09 7:26 
AnswerRe: Why are my articles been deleted? Pin
Anna-Jayne Metcalfe20-Mar-09 7:30
Anna-Jayne Metcalfe20-Mar-09 7:30 

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.