lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


What is the output of print(type(getmetatable(mc)))

I'm guessing LuaBridge isn't correctly detecting the type of p, and thus isn't setting the proper metatable. The fact that you've experienced the same problem with another binding leads me to believe it may be a compiler issue?

Do you have access to a different compiler to try the code on?

Thanks,
Kevin