View Single Post
klippy
AlliedModders Donor
Join Date: May 2013
Location: Serbia
Old 11-14-2016 , 08:28   Re: Klippy's Webserver
Reply With Quote #9

Quote:
Originally Posted by WildCard65 View Post
The cause is most likely you compiled the DLL with "/MD" instead of "/MT"
https://msdn.microsoft.com/en-us/library/2kzt1wy3.aspx
The thing is that I think libmicrohttpd.lib was compiled using /MD, so it causes some conflicts if I change it to /MT for my project as I'm linking to it statically (I just downloaded the binary for the sake of compiling it for him, did not compile on my own).
It doesn't matter now, he can just download the runtime for the sake of testing this thing as it isn't fully done yet and the compilation process is a mess for Windows and I have no will to fix it up right now.

Last edited by klippy; 11-14-2016 at 08:29.
klippy is offline