[libmicrohttpd] How to compile libmicrohhtpd for windows platform
From:
sagar panchal
Subject:
[libmicrohttpd] How to compile libmicrohhtpd for windows platform
Date:
Thu, 4 Mar 2010 14:19:15 +0530
Hello,
I am using libmicrohttp on windows. I am using
"libmicrohttpd-0.4.5-w32.zip" release. When I am trying to load
"libmicrohttpd-5.dll" using LoadLibrary(), visual studio is showing a
warning message regarding "corruption of the heap". From "http://lists.gnu.org/archive/html/libmicrohttpd/2010-01/msg00009.html",
I found library without ssl support. I am not getting such problem when I
load this library which doesn't have ssl support.
How can I compile libmicrohttp code for windows
platform?