I have modified the DOMCount.cpp example that comes with Xerces samples to make a very simple application that validates an XML file against its schema...
I successfully compile and execute the application but the problem is that the makefiles that comes to run the samples are very complicated and I like to make my own simple makefile to compile and execute DOMCount!
Does anybody know:
- For compiling DOMCount.cpp would be only necessary to include the *.hpp files contained in the .../xerces-c-2_2_0/xercesc/ directory ?
- For creating the DOMCount executable file would be only necessary to link with the *.so files contained in .../xerces-c-2_2_0/lib/ directory?
Does anubody knows if there is an example of a simple makefile to compile and execute the examples without using the ones that comes with Xerces?
Thanks in advance!
esther
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
