I have a set of DLL that I need to import to my project. Attached is the zip for the same.
The nsp.dll is the top-level DLL, however, if you check the nsp.h header, it includes other header with the nsp.h which may be accessing different DLLs.
I am trying to import the nsp.dll using the import shared library tool however my functions are not being read as the function declarations are actually in the other headers. Can someone try to import all the functions and let me know what am I doing wrong.