![]() |
|
|
|
#1
|
|||
|
|||
|
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. |
|
#2
|
|||
|
|||
|
Stupid question:
Did you install MFC? Check for an "atlmfc" folder within your vc7 dir. regards PHaX |
|
#3
|
|||
|
|||
|
MFC is installed for sure.
I can create and compile MFC apps w/0 problems. |
|
#4
|
|||
|
|||
|
I have no idea
![]() Start using another IDE - like Emacs *g* |
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Problems with the IAT for Getright 5.0 | Harding | General Discussion | 5 | 06-02-2003 21:33 |