protoc-gen-lua
GavinFly
只有足够的准备才能抓住机会
展开
-
lua 支持int64
lua number & protobuf int32 int64 repeated issue: Value out of range 1.encoder.lua function _VarintSize(value) if value <= 0x7f then return 1 end if value <= 0x3fff then return 2 end if v...转载 2020-03-06 18:40:50 · 2731 阅读 · 0 评论 -
在windows 上 protoc-gen-lua 生成对应pb文件
首先下载http://download.csdn.net/download/xbdf1234/10259968工具包和python-2.7.3.msi(我用的python版本)在C盘根目录解压缩 lua-5.3.4_Win64_bin.zip 然后在环境变量Path中添加C:\lua-5.3.4_Win64_bin; 解压缩protoc-3.0.0-win32和protobuf-...转载 2018-02-26 17:32:30 · 2153 阅读 · 0 评论