Dumb problem/question: Using Visual Studio 2008 and Intel VF 11.1, I'm trying to link 2 external static fortran libraries to my fortran program, unsuccessfully at this point.
I'm specifying the libraries path under Properties -> Linker -> General -> Additional Library Directories -> F:\folder\subfolder
I've tried to specify the libraries in that folder under Properties -> Linker -> Input -> Additional Dependencies -> name1.lib, name2.lib
What should I be doing? Thanks for any suggestions!



