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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

where add files to project

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
I've created an AppWizard MFC project and then want to start creating a class named CID3v2Tag... (for altering the tags of mp3's)

so I make the files:

ID3v2Tag.h
ID3v2Tag.cpp

i need to use several headerfiles:
xxxxx

Where do I add ALL those files in my project ??? just between the framework files the appwizard produced??

 
In VC++; switch to the File View (Class View, Resource View, File View are the three available options). Right Click on the Project name that appears as the root of All the project files (it would be labelled as:
"YourProjectName Files".) From the pop-up menu Select the option "Add files to Project". After adding the files compile the project and the Wizard will automatically incoporate the classes in the file, and you will be able to see them in the Class View.
cheers,
Kashif When the going gets tough; the tough gets going; and the toughest of all sleeps zzzZZZ
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top