I am working on a project in which I need to create a java wrapper class to call external functions of an un-managed c dll using SWIG.
The tutorials on SWIG main site and other resources out there always need the implementing c source files and the header files.
Is there a way to reference the dll to SWIG and create the Java wrapper, and if there isn't, is there another approach to achieve my goal.
Thanks.