Click here to Skip to main content
15,924,507 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: variable solution compiles, but I can't get at value: Pin
David Crow9-Nov-07 6:40
David Crow9-Nov-07 6:40 
GeneralRe: variable solution compiles, but I can't get at value: Pin
e40s9-Nov-07 6:45
e40s9-Nov-07 6:45 
GeneralRe: variable solution compiles, but I can't get at value: Pin
e40s9-Nov-07 6:47
e40s9-Nov-07 6:47 
GeneralRe: variable solution compiles, but I can't get at value: Pin
David Crow9-Nov-07 6:52
David Crow9-Nov-07 6:52 
GeneralRe: variable solution compiles, but I can't get at value: [modified] Pin
e40s9-Nov-07 7:04
e40s9-Nov-07 7:04 
GeneralRe: variable solution compiles, but I can't get at value: Pin
David Crow9-Nov-07 7:11
David Crow9-Nov-07 7:11 
GeneralRe: variable solution compiles, but I can't get at value: Pin
e40s9-Nov-07 7:23
e40s9-Nov-07 7:23 
GeneralRe: variable solution compiles, but I can't get at value: Pin
David Crow9-Nov-07 7:28
David Crow9-Nov-07 7:28 
e40s wrote:
static CString CMemMapCppClientDlg::m_strContent;


Remove CMemMapCppClientDlg from the declaration. Add the following after CMemMapCppClientDlg's constructor definition:

CString CMemMapCppClientDlg::m_strContent = ""; 



"Normal is getting dressed in clothes that you buy for work and driving through traffic in a car that you are still paying for, in order to get to the job you need to pay for the clothes and the car and the house you leave vacant all day so you can afford to live in it." - Ellen Goodman

"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne


GeneralRe: variable solution compiles, but I can't get at value: Pin
e40s9-Nov-07 8:15
e40s9-Nov-07 8:15 
GeneralRe: variable solution compiles, but I can't get at value: Pin
David Crow9-Nov-07 8:27
David Crow9-Nov-07 8:27 
GeneralRe: variable solution compiles, but I can't get at value: [modified] Pin
e40s9-Nov-07 8:39
e40s9-Nov-07 8:39 
GeneralRe: variable solution compiles, but I can't get at value: Pin
e40s9-Nov-07 10:06
e40s9-Nov-07 10:06 
QuestionRe: variable solution compiles, but I can't get at value: Pin
David Crow9-Nov-07 10:15
David Crow9-Nov-07 10:15 
AnswerRe: variable solution compiles, but I can't get at value: Pin
e40s9-Nov-07 13:01
e40s9-Nov-07 13:01 
GeneralRe: variable solution compiles, but I can't get at value: Pin
David Crow9-Nov-07 14:51
David Crow9-Nov-07 14:51 
GeneralRe: variable solution compiles, but I can't get at value: Pin
e40s10-Nov-07 16:23
e40s10-Nov-07 16:23 
AnswerRe: variable solution compiles, but I can't get at value: Pin
Bram van Kampen10-Nov-07 15:02
Bram van Kampen10-Nov-07 15:02 
GeneralRe: variable solution compiles, but I can't get at value: Pin
e40s10-Nov-07 16:26
e40s10-Nov-07 16:26 
QuestionDisplaying Graph Controls values in a grid. Pin
pod_9998-Nov-07 10:11
pod_9998-Nov-07 10:11 
JokeRe: Displaying Graph Controls values in a grid. Pin
shpid3r8-Nov-07 10:18
shpid3r8-Nov-07 10:18 
AnswerRe: Displaying Graph Controls values in a grid. Pin
Llasus8-Nov-07 12:56
Llasus8-Nov-07 12:56 
GeneralRe: Displaying Graph Controls values in a grid. Pin
pod_9999-Nov-07 0:16
pod_9999-Nov-07 0:16 
AnswerRe: Displaying Graph Controls values in a grid. Pin
Nelek8-Nov-07 21:36
protectorNelek8-Nov-07 21:36 
GeneralRe: Displaying Graph Controls values in a grid. Pin
pod_9999-Nov-07 0:15
pod_9999-Nov-07 0:15 
QuestionOT: Linux ELF Executable Checksum Algorithm Pin
Jeffrey Walton8-Nov-07 9:14
Jeffrey Walton8-Nov-07 9:14 

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.