michaelkrauklis
Programmer
I'm having some problems getting started using xerces on the windows platform using VC++ 6.0. I can compile a simple application without problems but when I try to build I get a slu of link errors. Most of the link errors are related to virtual functions but not all. I thought maybe the problem was that I wasn't implementing the virtual functions when creating a new SAXParser object(
), but then I tried to compile their example code and I get basically the same link errors. Any ideas? Thanks! MYenigmaSELF:-9
myenigmaself@myenigmaself.gaiden.com
"If debugging is the process of removing bugs, then programming must be the process of putting them in." --Dykstra
Code:
SAXParser *parser = new SAXParser();
delete parser;
myenigmaself@myenigmaself.gaiden.com
"If debugging is the process of removing bugs, then programming must be the process of putting them in." --Dykstra