17.02.2015, 15:19, "dumitrița munteanu" <[email protected]>: > Hello everybody > > I am using libmicrohttpd-0.9.35-w32 -- more exactly libmicrohttpd-10.dll for > which I have wriiten a wrapper in order to load the functions from > libmicrohttpd in Visual Studio 2010. > > My problem is that MHD_start_daemon returns NULL in Release mode, but it > works on Debug Mode. > > I am calling MHD_start_daemon like this: > > struct MHD_Daemon *daemon = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY, > 8080, NULL, NULL, &answer_to_connection, NULL, MHD_OPTION_END) ) >
0.9.35 - is little bit outdated version. Try with latest version. -- Best Wishes, Evgeny Grin
