> 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 _______________________________________________ xmlsec mailing list [EMAIL PROTECTED] http://www.aleksey.com/mailman/listinfo/xmlsec
