darrenjs / wampcc

WAMP C++ library
MIT License
73 stars 22 forks source link

Build on Windows #2

Closed petten closed 7 years ago

petten commented 7 years ago

I made my first attempt at building wampcc on Windows.

I was able to build all the dependencies on both Linux and Windows, including

No trouble building wampcc on Linux as usual, but on Windows MSVC/2015 reported 200 errors. Looking at the errors, one realizes that the source code was written for UN*X platforms only.

Do you plan to port it to Windows?