Hi, Thank you for the suggestion. I'm sticking with VS since I already have an entire automation environment set up for compiling OpenVPN with Visual Studio. Also I believe Visual Studio provides better security guarantees (like stack canaries, buffer checks etc.).
Best, Fish -----Original Message----- From: Steffan Karger [mailto:stef...@karger.me] Sent: Wednesday, July 1, 2015 2:16 PM To: Fish Wang Cc: openvpn-devel Subject: Re: [Openvpn-devel] Compiling issue on Visual Studio 2010 Hi, On Wed, Jul 1, 2015 at 9:47 PM, Fish Wang <fish.t...@gmail.com> wrote: > Visual Studio 2010 refuses to compile the latest code on branch release/2.3 > because __func__ is not supported. Microsoft supports __FUNCTION__ instead > of __func__ in their compiler. VS 2013 complains the same. Thanks for reporting. That's probably my fault, sorry. I think we still support VS, so we'll fix it, but you might want to consider using mingw. That's what the current openvpn developers use for Windows builds (either native, or cross-compile from linux/BSD). -Steffan