Click here to Skip to main content
15,902,112 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: .def file in visual c++ 2008 express edition ? Pin
Mark Salsbery12-Oct-08 7:09
Mark Salsbery12-Oct-08 7:09 
GeneralRe: .def file in visual c++ 2008 express edition ? Pin
ganralf12-Oct-08 8:34
ganralf12-Oct-08 8:34 
GeneralRe: .def file in visual c++ 2008 express edition ? Pin
Mark Salsbery12-Oct-08 8:40
Mark Salsbery12-Oct-08 8:40 
GeneralRe: .def file in visual c++ 2008 express edition ? Pin
Mark Salsbery12-Oct-08 8:44
Mark Salsbery12-Oct-08 8:44 
GeneralRe: .def file in visual c++ 2008 express edition ? Pin
ganralf12-Oct-08 20:52
ganralf12-Oct-08 20:52 
GeneralRe: .def file in visual c++ 2008 express edition ? Pin
Mark Salsbery12-Oct-08 7:23
Mark Salsbery12-Oct-08 7:23 
QuestionProblem with global var in MFC Pin
AnTri10-Oct-08 12:13
AnTri10-Oct-08 12:13 
AnswerRe: Problem with global var in MFC Pin
Rick York10-Oct-08 12:28
mveRick York10-Oct-08 12:28 
This happens because you said it was static. That means it there is a static instance of it in every module that includes MyApp.h.

If you want the variable to be global and shared among the modules of the app then it can not be static.
GeneralRe: Problem with global var in MFC Pin
AnTri10-Oct-08 22:09
AnTri10-Oct-08 22:09 
QuestionRe: Problem with global var in MFC Pin
sashoalm10-Oct-08 23:10
sashoalm10-Oct-08 23:10 
AnswerRe: Problem with global var in MFC Pin
amirabadi10-Oct-08 12:33
amirabadi10-Oct-08 12:33 
AnswerRe: Problem with global var in MFC Pin
Sauce!10-Oct-08 22:49
Sauce!10-Oct-08 22:49 
AnswerRe: Problem with global var in MFC Pin
Parthiban10-Oct-08 23:58
Parthiban10-Oct-08 23:58 
AnswerRe: Problem with global var in MFC Pin
CPallini11-Oct-08 7:33
mveCPallini11-Oct-08 7:33 
QuestionConverting CString to char* Pin
DSPCottage10-Oct-08 7:56
DSPCottage10-Oct-08 7:56 
AnswerRe: Converting CString to char* Pin
super_ttd10-Oct-08 8:12
super_ttd10-Oct-08 8:12 
GeneralRe: Converting CString to char* Pin
zafersavas10-Oct-08 8:27
zafersavas10-Oct-08 8:27 
GeneralRe: Converting CString to char* Pin
Mark Salsbery10-Oct-08 9:06
Mark Salsbery10-Oct-08 9:06 
GeneralRe: Converting CString to char* Pin
led mike10-Oct-08 9:09
led mike10-Oct-08 9:09 
GeneralRe: Converting CString to char* Pin
Mark Salsbery10-Oct-08 9:16
Mark Salsbery10-Oct-08 9:16 
GeneralRe: Converting CString to char* Pin
DSPCottage10-Oct-08 9:21
DSPCottage10-Oct-08 9:21 
GeneralRe: Converting CString to char* Pin
DSPCottage10-Oct-08 9:39
DSPCottage10-Oct-08 9:39 
GeneralRe: Converting CString to char* Pin
Cedric Moonen10-Oct-08 9:44
Cedric Moonen10-Oct-08 9:44 
GeneralRe: Converting CString to char* Pin
Mark Salsbery10-Oct-08 9:49
Mark Salsbery10-Oct-08 9:49 
GeneralRe: Converting CString to char* Pin
Cedric Moonen10-Oct-08 9:34
Cedric Moonen10-Oct-08 9:34 

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.