|
Problems with Visual C++ 7.0
While working with Visual C++ 7.0 I noticed 2 problems:
1. I cannot add a MFC class. When I select "MFC Class" in the "Add Class"-window and press Open, nothing happens although my project is configured to support MFC. Anyways, I can add a normal (generic) C++ class without problems.
2. When a dialog box is created, you have to create a class for this dialog box in order to access it (MFC). Usually, you can do so by double-clicking on the dialog in the dialog editor. If I do so, an empty dialog box appears. The same happens if I rightclick the dialog (in the dialog editor) and select "Add Class". Again, then project is configured to support MFC.
What's wrong?
Last edited by ArC; 12-05-2003 at 17:43.
|