I've compiled it in the master branch with Visual Studio 2015 Update 3,but I don't know how to run the sample wordcount。Oh, BTW, There's no way out of the book。

When run president.exe president.properties in the command line, it don't work,like this:

在Windows环境下编译出来的程序,运行会有问题。StartPresident.cpp中的main方法,只有注释了StartPresident(argv[1]);这行代码,运行的时候才可以进入main方法。不然一直卡住。
I've compiled it in the master branch with Visual Studio 2015 Update 3,but I don't know how to run the sample wordcount。Oh, BTW, There's no way out of the book。

When run president.exe president.properties in the command line, it don't work,like this:

在Windows环境下编译出来的程序,运行会有问题。StartPresident.cpp中的main方法,只有注释了StartPresident(argv[1]);这行代码,运行的时候才可以进入main方法。不然一直卡住。