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

link error LNK1181 file name IVKernel32.lib

bspollen
Beginner
345 Views
Have tried for the first time to link a number of .for files using the Developer Studio. All the files compile fine but is get the error message that the .lib file cannot be found. Somehow the Project/settings, link tab has placed this in the options window. The file is not to be found on the computer. Why is this file automatically selected? Did I do this when I created the project? Where do I go from here.
Regards
0 Kudos
1 Reply
Lorri_M_Intel
Employee
344 Views

There should be a kernel32.lib in the list of libraries.

I'm going to make a wild guess that the wrong window had focus one time when you tried to type, and you accidentally preceeded this library name with "IV"

Try removing the IV and rebuilding.

- Lorri

0 Kudos
Reply