cocos3.4的protobuf可以升级到2.6.0版本,官方能给个答复不。

1>d:\cocos\cocos\frameworks\cocos2d-x-3.4rc1\tools\simulator\libsimulator\lib\runtime\protos.pb.h(17): fatal error C1060: 编译器的堆空间不足 (…\Classes\ide-support\RuntimeLuaImpl.cpp)

引擎自带的protobuf版本是2.5.0的
#if 2005000 < GOOGLE_PROTOBUF_MIN_PROTOC_VERSION
#error This file was generated by an older version of protoc which is
#error incompatible with your Protocol Buffer headers. Please
#error regenerate this file with a newer version of protoc.
#endif

protos.pb.h这里直接就编译不过。

请问引擎可以使用2.6.0版本的protobuf吗?
我们没有// source: Protos.proto文件

这么集成protobuf的

求大神告诉我行还是不行!!!不求解决方案了。。。

曾经试过,不行,放弃了

再刷一下!官方出了一整套的开发工具 把注意事项说一下。。
到底行不行