Grunde
Computer
- Jul 12, 2011
- 6
I am currently working on a translation of a fortran program to matlab. I have all the source code, but apart from that subroutines and functions from closed libraries are used. Now, those libraries are in a folder right besides the source code itself, but whenever I have tried to compile the entire thing or any piece of code that calls a subroutine from these libraries, I get an error message that the subroutine cannot be found. I have tried this in many different ways, but recently, I have been made aware that there is a difference between dll library files and lib library files. I've got .lib-files, but no dll, and I am thinking maybe I have just got a reference to the libraries used (the lib files) instead of the libraries containing the actual object files (the dll files). is this the case?
In any case, does anyone know how i can open and list all the object files my lib files are referring to?
In any case, does anyone know how i can open and list all the object files my lib files are referring to?