- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
As appended to a previous post
I had Intel® Visual Fortran Composer XE 2011 running under MS Parallel Studio 2008. A while ago I installed MS C++ and C# and when compiling for x64, I get the error message "can not open file uuid.lib,
I have found the file located at "C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\PlatformSDK\Lib\x64\Uuid.Lib" and have tried adding it ti the Libraries list under Tools>OptionsCompilers but the Format does not make sense.
To add, MS VS 2008 seems to installed under MS VS 2009
Thanks P.E
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I should add that Ithe error persists after re-installation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You had also replied to https://software.intel.com/en-us/forums/topic/506524 - I deleted that post.
First of all, "Microsoft Visual Studio 9.0" is VS2008. There is no VS2009. The problem I often see is that the entry $(WindowsSDKDir) in the Libraries list points to a wrong location after installation of some other MS product. Visual Studio creates this value from a registry entry. The simplest solution is to add the path to the proper folder to the Libraries list, which in your case would indeed be C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\PlatformSDK\Lib\x64\ (For the x64 platform.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks Steve It works

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page