Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MFC in Visual Studio .NET

Status
Not open for further replies.

daSadow

Programmer
Sep 7, 2004
2
PL
I wanted to crate MFC app WITHOUT MFC AppWizard, but I dont know how to turn it off when creating MFC App.So i tried to add MFC class for (with class wizard) to Win32 app project and recived message that MFC class can be only added to MFC App.
Previously i used Visual Studio 6 and that was no problem there.... please help.
 
why?

anyway 2 options:

1. create the project and thern delete what you dont want

2. manually create all the files


 
So only options are manual deleting trash each time i make new project or not using class wizard at all ? Thanks, i'd rather go back to VC 6.
 
Why not make an empty shell that you used to use in VC++6 and then import that each time you want to do a project in 2003?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top