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

fatal error LNK1104: cannot open file 'legacy_studio_definitions.lib'

rmoortgat
New Contributor I
323 Views

When trying to compile a program using dislin I get the following error:

fatal error LNK1104: cannot open file 'legacy_studio_definitions.lib'

 

Roger

0 Kudos
1 Solution
JohnNichols
Valued Contributor III
298 Views

I think you mean these in the zip files, this has happened to me on several programs.  

View solution in original post

0 Kudos
2 Replies
Steve_Lionel
Honored Contributor III
306 Views

This seems to have been a part of Microsoft Visual C++ about ten years ago and doesn't seem to be provided nowadays. It could be that the library you're linking to was built using an ancient version of MSVC.

0 Kudos
JohnNichols
Valued Contributor III
299 Views

I think you mean these in the zip files, this has happened to me on several programs.  

0 Kudos
Reply