[xmlsec] xmlGenericErrorContext undefined
Igor Zlatkovic
igor@zlatkovic.com
Tue, 2 Sep 2003 16:01:08 +0200
> Hi,
>
> This problem is occurring to me for a while already: When starting a test
> application (from the examples directory) in a windows environment, using
> the library files created by Igor Zlatkovic I get the following error:
>
> The procedure entry point xmlGenericErrorContext could not be located in
> the dynamic link library libxml2.dll.
>
> Anybody any ideas why I have this, or how to solve this? I'm using the
> latest cvs version from the xmlsec library.
Ho,
xmlGenericErrorContext is a macro, not a procedure. Recompile the test
application with /D_REENTRANT.
I now fixed this in the libxml source. This will not be needed in the next
release.
Ciao,
Igor