[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: passing pointers using LuaBridge
- From: Kevin Martin <kev82@...>
- Date: Mon, 7 Apr 2014 10:28:52 +0100
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