Vc++
|
Newbie Member
|
|
| 5Sep2007,14:35 | #1 |
|
What is the role of MFC application wizard in development of VC++ program
|
|
Go4Expert Founder
|
![]() |
| 5Sep2007,15:45 | #2 |
|
MFC is a framework to develop VC++ programs. Or MFC is the framework for developing applications in C++ programming language and wizard just helps to generate some basic code.
|
|
Newbie Member
|
|
| 5Sep2007,17:02 | #3 |
|
Thanks Man. I have currently made some dialog based applications ,in all of them I did not find main function like in C++ . So I want to know from what point program execution begins, and at what instant the functional code in classes made by MFC wizard are called.
|
|
Go4Expert Founder
|
![]() |
| 5Sep2007,17:03 | #4 |
|
Quote:
Originally Posted by Rohan Bhandare |
|
Team Leader
|
![]() |
| 6Sep2007,09:14 | #5 |
|
MFC usually calls winmain()
|
|
Newbie Member
|
|
| 19Sep2007,10:39 | #6 |
|
Hellow Friends
I have made adialog based application. On its resource windo I have made an edit box. I have also attached variable to this edit box. Then I delete the variables and code accesing this variable, Ialso deleted the edit box from resource window. now when I execute my program I an getting an exception " not able to write on memory". Compilation and linking is complete. EXE file is also built . But execution is a problem. How should I proceed. |
|
Go4Expert Founder
|
![]() |
| 19Sep2007,13:01 | #7 |
|
Don't go about using the wizard as that will make your life hell. Use the In hand code snippets to get your job done. Just use the wizard to get the initial framework.
|
|
Newbie Member
|
|
| 19Sep2007,16:59 | #8 |
|
Thanks Man Iwill try this way
|


