ml232528
ml232528
It is recommended to replace mbstowcs with multibytetowidechar and use the flag CP_ ACP,Example: ``` std::wstring As_WStringFromString(std::string const &s) { auto len = ::MultiByteToWideChar(CP_ACP, 0, s.c_str(), s.size(), NULL, 0); std::unique_ptr...
用leela-zero这个吧,腾讯这个2018就不维护了。
I tested the boost library and did not encounter this issue in the Chinese path. Therefore, it is suspected that there is an issue with the GRPC library。
> Are you linking boost.cobalt? I searched the lib file directory, but there are no files containing the cobalt name. Does cobalt not generate by default?
> You need to build boost. It has already been build boost: .\b2 install --prefix=./编译后/boost/vs2022