我把Lua装进我的手边,但没有装上标准图书馆。 我检查了没有<代码>_G表,但我可以确定一些全球变量。 如何做到这一点?
Currently I know how to have C++ objects instantiated and passed around in Lua using SWIG bindings, what I need is the reverse. I am using Lua & C++ & SWIG. I have interfaces in C++ and ...