14.1. Changing the AppWizard options I selected for my app?

Microsoft Visual C++/Microsoft Foundation Classes


14.1. How can I change the AppWizard options I selected for my application?

Unfortunately, AppWizard will not modify already created and modified applications. You need to generate a new skeleton application using AppWizard and either merge your code into that or compare that skeleton with your original to see what's different. The good news is that it's mostly just a minor tweak to add/remove OLE support or MDI or something like that. It usually is just changing your CWinApp derivation, your frame window, or something like that.

[email protected], 5/31/95