I have a legacy project, containing a bunch of .cpp, .h files. I want to create a DLL file for this entire project so that I can use it from Java code.
I am not sure how