I've just installed visual studio 2013 and upgraded my intel visual fortran installation to the most current (2015 update). I let VS upgrade the solution and project files of a number of my fortran-C mixed language solutions, all of which are fortran mains calling C libs (using VC compiler). All compilations finished without fatal errors and the executables all run. My problem is that when trying to run in debug mode I get the following error for all compiled solutions: Unable to start program <c:\directory\solution_name_lib.lib> ... where directory is the directory containing the final executable and the C lib of the solution. I've tried messing with the target directory properties of both fortran and C projects but to no avail. Anyone got a clue?
Thanks