[xmlsec] xmlDocDump(stdout, doc)----file I/O error
Daniel Veillard
veillard at redhat.com
Mon Dec 1 01:28:35 PST 2003
On Mon, Dec 01, 2003 at 03:17:59PM +0800, 丁广富 wrote:
> xmlsec!
>
> I have tried to compiled all the related libraries about xmlsec under windows/vc++.
> Now I can run some examples, but I still have some troubles. I executed example "encrypt3",it reported an exception "Unhandled exception in XML.exe(NTDLL.DLL):0xc0000005:Access Violation." at line
>
> /* print encrypted data with document to stdout */
> xmlDocDump(stdout, doc);
Hum, I bet the stdout coming from the libc you compiled the applciation
agaisnt is incompatible with the fwrite() operation used at runtime for
some reason.
Daniel
--
Daniel Veillard | Red Hat Network https://rhn.redhat.com/
veillard at redhat.com | libxml GNOME XML XSLT toolkit http://xmlsoft.org/
http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/
More information about the xmlsec
mailing list