Are import libraries the same for Debug / Release DLL builds?
The reason I'm asking is that I have a Fortran main program which calls various DLLs. I'd prefer to have one version (ie. Debug) of this driver program. Can I link in the Debug import libraries and still be able to run Release DLLs if these are in the same DIR as the EXE?