Re: [xmlsec] Windows compilation issue in debug mode

2012-05-10 Thread Aleksey Sanin
Thanks Aleksey On 5/10/12 2:19 AM, Frank Gross wrote: > Hi, > > I found a minor issue on windows and in debug mode. The library must > be linked with /MDd and not /MD otherwise the errno variable is not > returned properly from one dll to another. See following patch : > > Modified: > gws/bra

[xmlsec] Windows compilation issue in debug mode

2012-05-10 Thread Frank Gross
Hi, I found a minor issue on windows and in debug mode. The library must be linked with /MDd and not /MD otherwise the errno variable is not returned properly from one dll to another. See following patch : Modified: gws/branches/gws-ext-libs-2.50/lib-aleksey-xmlsec1/src/win32/Makefile.msvc