Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Using the xsd libraries in borland c++ builder

386134Jan 22 2003 — edited Feb 18 2003
I 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?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 18 2003
Added on Jan 22 2003
1 comment
408 views