cloudwu / sproto

Yet another protocol library like google protocol buffers , but simple and fast.
MIT License
942 stars 253 forks source link

想测试下pbc binding和sproto,pbc集成成功,sproto报告module 'sproto.core' not found #52

Closed owen200008 closed 8 years ago

owen200008 commented 8 years ago

看pbc是在newlib里面注册protocal.c sproto没有注册,不知道这个sproto.core是在什么时候注册的?

owen200008 commented 8 years ago

目前自己手动注册了 可以使用 不过感觉还是很奇怪,另外继承lpeg protocal 和 sproto 进来大家都定义newlib这种方式,这个很容易出错,是否有好的解决方式呢,为什么不直接调用register?不太明白,求解释

cloudwu commented 8 years ago

rtfm

把 lua 手册一个字一个字读一遍

murat8505 commented 3 years ago

I need help, error not sproto.core

qlxiao520 commented 3 years ago

require "sproto.core" https://my.oschina.net/CandyMi/blog/840717