On 5/28/13 8:37 AM, "Adrian Stern" <[email protected]> wrote:
>I am trying to get the ³A simple validation example² to work at: >http://santuario.apache.org/cprogramming.html >But i just cannot figure out which headers to include and where they are. >How do C++ programmers figure out this stuff anyway? By reading the source code, unfortunately, and knowing a great deal about the subject matter. I inherited the code base and I maintain it on behalf of my project, but documenting it is just not going to happen, not by me anyway. Sorry. If you have an API question, I can answer it (mostly, there are exceptions in parts I don't use), but "how do I do X" is just far beyond what I can provide help with. The samples do help, a little, though I find that the utilities like checksig, siginf, etc. help more. -- Scott
