Swig Bindings For Python/lua Do Not Initialize Member Data Properly
I'm trying to build a set of Lua bindings for a collection of C++ classes, but have been toying with Python to see if I get better results. In either language the bindings seem to
Solution 1:
Turns out this problem was related to another problem I was having. See this thread for the resolution.
Post a Comment for "Swig Bindings For Python/lua Do Not Initialize Member Data Properly"