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

Popular posts from this blog

user interface - How to replace the Python logo in a Tkinter-based Python GUI app? -

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -