You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
Thanks for sharing this great library. It has solve almost all my problems but I still have an issue.
I've done all my function and class bindings carefully following the provided instructions. Now I want to call a Lua function from C++ and I want to pass a shared_ptr as an argument to this function, or pass it as a global variable.
Hello,
Thanks for sharing this great library. It has solve almost all my problems but I still have an issue.
I've done all my function and class bindings carefully following the provided instructions. Now I want to call a Lua function from C++ and I want to pass a shared_ptr as an argument to this function, or pass it as a global variable.
I have tried using this binding:
And this:
with no success.
I appreciate if you can help me realize how it is the correct way to do it.
Thank you very much in advance,
Kind regards,
Mauricio.
The text was updated successfully, but these errors were encountered: