Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/cplusplus/124.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python Protobuff C++;运行时安装窗口_Python_C++_Windows_Runtime_Protocol Buffers - Fatal编程技术网

Python Protobuff C++;运行时安装窗口

Python Protobuff C++;运行时安装窗口,python,c++,windows,runtime,protocol-buffers,Python,C++,Windows,Runtime,Protocol Buffers,我试图让protobuf与Python(C++实现)一起工作。要做到这一点,我需要首先安装C++原始BuffBF运行时。如果我已经安装了编译器(PotoC),那么我如何单独安装C++运行时。我正在使用Windows10。另外,有没有一种方法可以在没有VisualStudio的情况下安装它 谢谢

我试图让protobuf与Python(C++实现)一起工作。要做到这一点,我需要首先安装C++原始BuffBF运行时。如果我已经安装了编译器(PotoC),那么我如何单独安装C++运行时。我正在使用Windows10。另外,有没有一种方法可以在没有VisualStudio的情况下安装它


谢谢