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

compile errors in class header file containg String and XmlTextReader

Status
Not open for further replies.

vbuonassisi

Programmer
Aug 16, 2006
1
US
hi,

i'm just starting out using visual c++. i have installed microsoft visual studio .net 2003.

i created a class called XMLParser and in the header file i have data members of type String and XmlTextReader. when i compile the project i get errors for these types.

what include files do i need for the above two classes?

thanks,
vince
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top