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

linker error question

Brian_Murphy
New Contributor II
547 Views

LINK : fatal error LNK1181: cannot open input file 'xlroto32.lib;'

Does the above message mean the file is not being found, or it cannot be opened for some other reason.

I am trying a new way of specifying a c++ LIB for input to my fortran project.  I have put the name of the LIB at Configuration Properties/Linker/Input/Additional Dependencies and specified the folder in Configuration Properties/Linker/General/Additional Library Directories.  

The attached buildlog makes it appear the extra directory is specified correctly.  What am I doing wrong?

0 Kudos
1 Solution
Brian_Murphy
New Contributor II
540 Views

Nevermind.  I had files in Additional Dependencies separated by semicolons.  Evidently spaces are required.

View solution in original post

0 Kudos
1 Reply
Brian_Murphy
New Contributor II
541 Views

Nevermind.  I had files in Additional Dependencies separated by semicolons.  Evidently spaces are required.

0 Kudos
Reply