[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: c++/lua
- From: Lenny Palozzi <domain@...>
- Date: Wed, 1 Sep 1999 23:24:49 -0400 (EDT)
Thanks, for the previous replies, they have helped.
I have another question which is similar to my previous one. If I
instantiate class A in my C++ code, and would like one of its member
functions accessible from lua, how do I do it.
toLua helped, but I do not want to instantiate my exported class in
lua, I just want to call one of the members of my class that was
instatiated in c++.
Thank you,
Lenny