Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Cannot find ifconsol.lib

zalcjm
Beginner
639 Views
Ok, I am importing a solution that worked in IVF9 into IVF10/Studio2005. I did the SP1 for Studio, then installed Fortran and set the VC++directories ok. The project is for a DLL in which C code calls Fortran. When I build, I get:

Error 66 fatal error LNK1181: cannot open input file 'ifconsol.lib' Coker_C

Under Tools->Options VC++ directories, I have (among others):

$(IFORT_COMPILER10)IA32LIB
$(IFORT_COMPILER10)\ia32\lib

Any thoughts?
0 Kudos
1 Reply
Steven_L_Intel1
Employee
639 Views

Well, that first line is definitely wrong. In the VC++ Directories, you have this under "Library Files", correct? And for the Win32 platform?
0 Kudos
Reply