Using the xsd libraries in borland c++ builder
386134Jan 22 2003 — edited Feb 18 2003I am having difficulties using the xsd libraries in my project. I am trying to use the schema validator. I have included the oraxml.hpp and oraxsd.hpp header files, and I have added the provided libraries to the project. The first error was that the library files were erroneous.
I then used the implib tool to create the library files from the dlls in the bin directory. I then add these new library files to the project.
Now the linker cannot find the functions.
[Linker Error] Unresolved external XMLParser::xmlint(......).
I get the same error whenever I try to use any of the functions.
Is there anything I am missing out when trying to link and compile?