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

LINK : fatal error LNK1104 : cannot open file 'uuid.lib'

bcruey
Beginner
754 Views
I just recently started using this compiler and I am trying to test it with some basic programs I have writen and some that are examples in the help file. I am geting the error message above every time. What is the deal?
0 Kudos
1 Reply
Steven_L_Intel1
Employee
754 Views
My guess is that you are using it from the command line with VC 2005 Express Edition installed. As the compiler Installation Guide states, this combination requires that you also install the free Microsoft Platform SDK, which provides uuid.lib.

Please follow the link in the Installation Guide (docsINSTALL.htm) for the Platform SDK and then reinstall the compiler.
0 Kudos
Reply