1. Download Poco Libraries
http://pocoproject.org/download/
2. Extract to C:\poco-1.7.3
3. Find appropriate solution file and build
build_vs120.cmd ==> Visual Studio 2013
4. Create new project in Visual Studio and add header path to Project → Properties → C/C++ → Additional Include Directories
5. Add POCO lib path to Project → Properties → Linker → General → Additional Library Directories
6. Add POCO lib files names to Project → Properties → Linker → Input → Additional Dependencies(e.g: PocoNetd.lib)
If you windows is win64, copy all dll from "C:\poco-1.7.3\bin" to "C:\Windows\SysWOW64"