C++ Shared Library - Expose Methods - JAVA -
i have c++ shared library many headers , methods. have 1 .cpp file controls whole library. mean calls 1 method, inside method called , inside other methods called etc etc. question is: if want use lib java example should expose , wrap top level method (the first called) or should expose , wrap each method called method?
Comments
Post a Comment