Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Luaをいじり始めたところです。すべて正常に動作しますが、問題が発生しました。を使用しているときは"lua_register"、静的関数を 3 番目のパラメーターとして渡す必要があります。しかし、問題は、その静的関数からメンバー関数を呼び出したいということです。しかし、コンパイラは、これは不可能だと言います。
"lua_register"
それを行う方法を知っていますか?