Altova Mailing List Archives>Archive Index >comp.text.xml Archive Home >Recent entries [Thread Prev] >Thread Next - Re: Problem of xerces in MSVC7.1 Problem of xerces in MSVC7.1To: NULL Date: 3/1/2006 4:41:00 PM I have correctly set the include directory and lib directory, but when
I try to compile the following program, I always get an error message:
error C2504: 'DefaultHandler' : base class undefined
This is the program:
MyHandler.h
#pragma once
#include <xercesc/sax2/DefaultHandler.hpp>
class MyHandler : public DefaultHandler
{
public:
MyHandler(void);
public:
~MyHandler(void);
};
MyHandler.CPP
#include "MyHandler.h"
MyHandler::MyHandler(void)
{
}
MyHandler::~MyHandler(void)
{
}
| ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
