What is invalid parameter noinfo and how do I get rid of it?
http://cowboyprogramming.com/2007/02/22/what-is-_invalid_parameter_noinfo-and-how-do-i-get-rid-of-it/阅读全文>
发表于 @ 2008年07月10日 16:46:00|评论(loading...)|收藏
http://lua-users.org/wiki/SimplerCppBinding
Simpler Cpp Binding wiki Description Here is the example from SimpleCppBinding again, but this time using the Lua 5.0 version of Luna [1]. Put the methods that you want to export from C++ to Lua in the Account::methods table. The userdata index event will look for methods in the method table whenever the obj:method(...) syntax is used. The method table is stored in the global variable 阅读全文>
发表于 @ 2008年07月10日 11:00:00|评论(loading...)|收藏