I'm tryng to figure out how to use a module of a DLL library in a fortran project, still don't know how.
When I read different discussions concerning this, they all talk about using the .lib generated when the DLL was built,
Isn't a DLL a Library (like a .lib) but shared. why do we need the .lib ?