简体   繁体   English

我可以使用哪个版本的 GRPC 为 WinCE 使用 c++98 构建?

[英]What version of GRPC can I use to build with c++98 for WinCE?

I would like to build GRPC for WinCE with the c++98 std.我想用 c++98 标准为 WinCE 构建GRPC What is the last Version where it is working?它工作的最后一个版本是什么? Is there one?有吗?

I heared, that Google Protobuf s last version for c++98 is thev3.5.1 is that correct ?我听说, Google Protobuf的 c++98 的最后一个版本是v3.5.1 ,对

Thanks in advance!提前致谢! :) :)

From the issue protobuf/2780 , It is mentioned that they decided to move on from C++98 to C++11 in the version gRPC 4.x.从问题protobuf/2780中,提到他们决定在 gRPC 4.x 版本中从 C++98 转移到 C++11。 Back then they did not have a major release, therefore it was 1.4.x.当时他们没有主要版本,因此是 1.4.x。 This was September 2017. Corresponding release is also in late v1.3.x and early 1.4.x, so, at least anything gRPC <1.3.9 should be compatible with C++98.这是 2017 年 9 月。相应的版本也在 v1.3.x 后期和 1.4.x 早期,因此,至少任何 gRPC <1.3.9 都应该与 C++98 兼容。

I heared, that Google Protobufs last version for c++98 is the v3.5.1 is that correct?我听说,C++98 的 Google Protobufs 最新版本是 v3.5.1,对吗?

Yes, that is also correct according to the mentioned issue.是的,根据上述问题,这也是正确的。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM