nbind icon indicating copy to clipboard operation
nbind copied to clipboard

Should I use NBIND_CLASS() for every class in all .h files?

Open KongWeibin opened this issue 7 years ago • 0 comments

I have a SDK API ".h" file with C-style, a corresponding dynamical lib".so" file and a static lib ".a" file which are compiled by gcc 4.6. There are many C++ .h and .cpp files. They inlude many classes and are complicated. how can I use nbind to access them? Thank you!

KongWeibin avatar May 19 '17 08:05 KongWeibin