adding a class into a win32 project is not available
i can't add a native class into a win32 project using vc express beta2. this functionality seems to be available but the textbox to specify the class name is disabled, and action cannot be finished properly.is it that vc express is designecd for clr why win32 development is decreased or neglected? or i need a re-installation?
[391 byte] By [
Pmps] at [2007-12-16]
The 'add class' dialog is somehow deceptive for C++ classes. Click on the 'Add' button at the bottom of the dialog and then it will open a new dialog for you to specify the name.
This first dialog has to be there so that the programmer will be able to choose among the available file templates (look for MFC file templates forexample), before specifying file name and other properties of the new class (using the class wizard).
Just installed VB C++ Express and Microsoft Platform SDK on both Windows XP Home and Windows XP x64 Professional. Exact same error for both platforms. Followed the SDK install and setup directions and tested the Win32 application test build and debug, worked fine. When I opened a new Win32 application with a blank project and tried to add a class, generic C++ class, an error window opens that reads... 'Code Model not available, cannot add class.' Please let me know how to get around this. Thank you.