From: Juan Arias <[EMAIL PROTECTED]> asks

> Hello, I am trying to use your XML parser in a small application in Visual
> C++.  I keep getting linking errors: unresolved external symbol  for the
> functions in the HandlerBase which I have made a derived class from.  Am I
> doing something wrong with the linking paths? If you understand the
problem,
> please help.  Any information will be great.
>

The definitions of all of the functions in the HandlerBase class are inlined
at the bottom of the HandlerBase.hpp file.

Check whether you can build the SAXCount sample, as it also defines a class
that derives from HandlerBase.  If this works - and it should - take a look
at what differs in the project settings between SAXCount and your project.
I don't know which setting might cause what you're seeing, but I suspect
it's some difference in there.

  -- Andy

Reply via email to