Click to See Complete Forum and Search --> : MFC application and window Conversions


David Orr
February 11th, 2000, 04:34 PM
There is a huge penalty for not selecting the correct choices in the app wizard. For example: adding automatically generated context-sensitive-help to your app if you have not selected help in appwizard. Or changing a CView to a CFormView or changing a CRecordSetView to something else, or making a once window app to a console app or turning your code into an ActiveX control or any of those things that are listed in appwizard.

April 21st, 2000, 09:40 PM
One thought that might help in planning is to thoroughly and carefully design your application before you fire up ol' AppWizard.

DanielK
April 22nd, 2000, 03:32 AM
Usualy, you forget to check a checkbox or something. If you create 2 empty app wizard projects, one with the functionality you forgot, and the second without, you can use the Windiff app(it comes with Visual Studio 6) to check the difference between the files.

---===---
I'm not here for the rates, but rating a post is a good way for me to know how much i helped.
---===---
Daniel