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

C / C++ / MFC

 
AnswerRe: knowing the kind of exception for Heap Corruption problem in MFC application Pin
Stephen Hewitt24-Feb-10 17:46
Stephen Hewitt24-Feb-10 17:46 
QuestionCalling a Function in every x minutes Pin
jannathali23-Feb-10 21:58
jannathali23-Feb-10 21:58 
AnswerRe: Calling a Function in every x minutes Pin
Cedric Moonen23-Feb-10 22:02
Cedric Moonen23-Feb-10 22:02 
QuestionHow can i access class member variable directly without creating object of that class. Pin
Abhijit D. Babar23-Feb-10 21:27
Abhijit D. Babar23-Feb-10 21:27 
AnswerRe: How can i access class member variable directly without creating object of that class. Pin
CPallini23-Feb-10 21:30
mveCPallini23-Feb-10 21:30 
AnswerRe: How can i access class member variable directly without creating object of that class. Pin
KarstenK23-Feb-10 21:38
mveKarstenK23-Feb-10 21:38 
QuestionWhat is the use of ".rc2" file in MFC. Pin
Abhijit D. Babar23-Feb-10 21:18
Abhijit D. Babar23-Feb-10 21:18 
AnswerRe: What is the use of ".rc2" file in MFC. Pin
Nelek23-Feb-10 21:24
protectorNelek23-Feb-10 21:24 
In the *.rc2 file it is said:

// 
// MyApp.rc2 - Resources that are not directly edited by the Microsoft Visual C++
// 
#ifdef APSTUDIO_INVOKED
	#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED

//////////////////////////////////////////////////////////
// Add here resources that are manually edited
//////////////////////////////////////////////////////////
Regards.
--------
M.D.V. Wink | ;)

If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about?
Help me to understand what I'm saying, and I'll explain it better to you
Rating helpfull answers is nice, but saying thanks can be even nicer.

GeneralRe: What is the use of ".rc2" file in MFC. Pin
Abhijit D. Babar23-Feb-10 21:28
Abhijit D. Babar23-Feb-10 21:28 
GeneralRe: What is the use of ".rc2" file in MFC. Pin
Nelek23-Feb-10 21:42
protectorNelek23-Feb-10 21:42 
AnswerRe: What is the use of ".rc2" file in MFC. Pin
KarstenK23-Feb-10 21:37
mveKarstenK23-Feb-10 21:37 
QuestionHow to Create user defined constructor for dialog class. Pin
Abhijit D. Babar23-Feb-10 21:01
Abhijit D. Babar23-Feb-10 21:01 
AnswerRe: How to Create user defined constructor for dialog class. Pin
Rajesh R Subramanian23-Feb-10 21:06
professionalRajesh R Subramanian23-Feb-10 21:06 
GeneralRe: How to Create user defined constructor for dialog class. Pin
Abhijit D. Babar23-Feb-10 21:14
Abhijit D. Babar23-Feb-10 21:14 
GeneralRe: How to Create user defined constructor for dialog class. Pin
Rajesh R Subramanian23-Feb-10 21:18
professionalRajesh R Subramanian23-Feb-10 21:18 
AnswerRe: How to Create user defined constructor for dialog class. Pin
CPallini23-Feb-10 21:12
mveCPallini23-Feb-10 21:12 
AnswerRe: How to Create user defined constructor for dialog class. Pin
Nelek23-Feb-10 21:19
protectorNelek23-Feb-10 21:19 
GeneralRe: How to Create user defined constructor for dialog class. Pin
CPallini23-Feb-10 21:25
mveCPallini23-Feb-10 21:25 
GeneralRe: How to Create user defined constructor for dialog class. Pin
Nelek23-Feb-10 21:35
protectorNelek23-Feb-10 21:35 
QuestionWhat is the datatype for "this" pointer in C++ Pin
Abhijit D. Babar23-Feb-10 20:34
Abhijit D. Babar23-Feb-10 20:34 
AnswerRe: What is the datatype for "this" pointer in C++ Pin
Saurabh.Garg23-Feb-10 20:48
Saurabh.Garg23-Feb-10 20:48 
GeneralRe: What is the datatype for "this" pointer in C++ Pin
Avi Berger23-Feb-10 21:52
Avi Berger23-Feb-10 21:52 
GeneralRe: What is the datatype for "this" pointer in C++ Pin
Saurabh.Garg23-Feb-10 22:32
Saurabh.Garg23-Feb-10 22:32 
GeneralRe: What is the datatype for "this" pointer in C++ Pin
Richard MacCutchan24-Feb-10 1:12
mveRichard MacCutchan24-Feb-10 1:12 
GeneralRe: What is the datatype for "this" pointer in C++ Pin
Avi Berger24-Feb-10 4:57
Avi Berger24-Feb-10 4:57 

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.