what is the different between the project
-
"MFC AppWizard(exe)" and "Win32 Application", "MFC AppWizard(dll)" and "Win32 Dynamic-link Library", "Database Project" and "New Database Wizard" and "Extended Stored Proc Wizard" when i create a new project? thanks for your help!
I don't have VC6 open in front of me, but if memory serves, the only difference is that the MFC AppWizard takes you through a bunch of extra hooey (that is, steps in the wizard) and then generates a large majority of the code for you, whereas a strait win32 application, well, doesn't: it just gives you an empty project. augs
-
I don't have VC6 open in front of me, but if memory serves, the only difference is that the MFC AppWizard takes you through a bunch of extra hooey (that is, steps in the wizard) and then generates a large majority of the code for you, whereas a strait win32 application, well, doesn't: it just gives you an empty project. augs
An MFC project - of course - also includes MFC :-)