- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I was working with Developers Studio 2005 when a virus attack on my system hapened. I sent the machine to clean up, but now the MDS no longer can access my fortran projects. the error message that the enviroment gives everytime I try to create a Fortran project is like this: "Package Load Failure: Package 'Intel Fortran Project Package' has failed to load properly(GUID= {B68A201D-CB9B-47AF-A52F-7EEC72E217E4}). Please contact vendor for asistance. Aplication restart is recomended, due to possible environment curruption".
My question is how can I recover the functionality. I tryed to reinstal the Compiler but the MDS still gives a message error when loading or creating fortran projects. Can you advise me on this?
I have Visual Fortran Compiler v10.1.029 with MDS 2005 for Windows IA-32.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
First thing to try is to run the program in the attached ZIP file. If that doesn't work, try this:
- Uninstall "Intel Fortran Integration into Microsoft Visual Studio"
- In Add/Remove Programs, select Microsoft Visual Studio, Change, and then do a Repair
- Reinstall the Intel compiler
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
THANKS STEVE. The program worked, very well indeed. I still have problems compiling and linking a test program. The linker gave me the following error:
fatal error LNK1104: cannot open file "LIBCMTD.lib"
I assume that yet there is another file location error. Can you help me on this?
First thing to try is to run the program in the attached ZIP file. If that doesn't work, try this:
- Uninstall "Intel Fortran Integration into Microsoft Visual Studio"
- In Add/Remove Programs, select Microsoft Visual Studio, Change, and then do a Repair
- Reinstall the Intel compiler
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
First thing to try is to run the program in the attached ZIP file. If that doesn't work, try this:
- Uninstall "Intel Fortran Integration into Microsoft Visual Studio"
- In Add/Remove Programs, select Microsoft Visual Studio, Change, and then do a Repair
- Reinstall the Intel compiler
THANKS STEVE. The solution worked very well indeed. Now Iwrote a test program.The compiler showed an error like this:
"fatal error LNK1104: cannot open file "LIBCMTD.lib"
I guess that there is a file location problem.Can you help me on this one?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This is odd. Are you building a 32-bit or 64-bit application?
In Visual Studio, select Tools > Options > Intel Fortran > Compilers. Click on the "..." button to the right of Libraries. The list should look like this:
$(IFortInstallDir)Lib
$(VCInstallDir)atlmfclib
$(VCInstallDir)lib
$(WindowsSdkDir)lib
Does it? Are there any of these missing? If so, add the missing ones, click OK and try again.
Last, look at C:Program FilesMicrosoft Visual Studio 8VClib Does this folder contain libcmtd.lib?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This is odd. Are you building a 32-bit or 64-bit application?
In Visual Studio, select Tools > Options > Intel Fortran > Compilers. Click on the "..." button to the right of Libraries. The list should look like this:
$(IFortInstallDir)Lib
$(VCInstallDir)atlmfclib
$(VCInstallDir)lib
$(WindowsSdkDir)lib
Does it? Are there any of these missing? If so, add the missing ones, click OK and try again.
Last, look at C:Program FilesMicrosoft Visual Studio 8VClib Does this folder contain libcmtd.lib?
Ok, this is what I've got:
$(IFortInstallDir)libia32;
$(VCInstallDir)atlmfclib;
$(VCInstallDir)lib;
$(VCInstallDir)PlatformSDKlib;
$(FrameworkSDKDir)lib;
I already checked if the file exist. It's there, both for 32 and 64 bits. I guess that the one that is trouble is a 64bits lib.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Are you using 10.1 or 11.0? That list is for 11.0.
So you are developing for 64-bits? Does the file exist in C:Program FilesMicrosoft Visual Studio 8VClibamd64 ? Does such a folder even exist on your system? If not, then my guess is that you have not installed the "x64" component from Visual Studio. Do this:
If you are using Microsoft Visual Studio 2005* or 2008 and will be developing 64-bit applications (for the Intel 64 or IA-64 architectures) you may need to change the configuration of Visual Studio to add 64-bit support.
If you are using Visual Studio 2005/2008 Standard Edition or Visual Studio 2005 Premier Partner Edition, no configuration is needed to build Intel 64 architecture applications. For other editions:
- From Control Panel > Add or Remove Programs, select Microsoft Visual Studio 2005 (or 2008) > Change/Remove. The Visual Studio Maintenance Mode window will appear. Click Next.
- Click Add or Remove Features
- Under Select features to install, expand Language Tools > Visual C++
- If the box X64 Compiler and Tools is not checked, check it, then click Update. If the box is already checked, click Cancel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Are you using 10.1 or 11.0? That list is for 11.0.
Sorry if there is a confusion. I'm running 11.0 with 32bits configuration. Visual Studio 8 (2003?)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You had said 10.1 in your original post which is why I was confused.
Please post the buildlog.htm from your Debug or Release folder. Use the yellow Pencil tool in the toolbar when editing your post to do this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You had said 10.1 in your original post which is why I was confused.
Please post the buildlog.htm from your Debug or Release folder. Use the yellow Pencil tool in the toolbar when editing your post to do this.
|
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Let me suggest that when you reply you uncheck the "Quote this reply?" box, or else click in the white space below the gray quote box to enter your text.
I see a couple of interesting things here. First, the linker saying that it does not recognize certain options. That tells me that it is somehow using the wrong linker. Please do the Tools > Options thing I mentioned above except this time show the list for Executables. It should look like this:
$(IFortInstallDir)Bin
$(CommonProgramFiles)IntelShared FilesIa32Bin
$(VSInstallDir)Common7ide
$(VCInstallDir)bin
$(VSInstallDir)Common7Tools
$(VSInstallDir)Common7Toolsbin
$(VCInstallDir)PlatformSDKbin
$(FrameworkSDKDir)bin
$(FrameworkDir)$(FrameworkVersion)
There may be some entries after this which can be ignored, but should be no entries before this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Let me suggest that when you reply you uncheck the "Quote this reply?" box, or else click in the white space below the gray quote box to enter your text.
I see a couple of interesting things here. First, the linker saying that it does not recognize certain options. That tells me that it is somehow using the wrong linker. Please do the Tools > Options thing I mentioned above except this time show the list for Executables. It should look like this:
$(IFortInstallDir)Bin
$(CommonProgramFiles)IntelShared FilesIa32Bin
$(VSInstallDir)Common7ide
$(VCInstallDir)bin
$(VSInstallDir)Common7Tools
$(VSInstallDir)Common7Toolsbin
$(VCInstallDir)PlatformSDKbin
$(FrameworkSDKDir)bin
$(FrameworkDir)$(FrameworkVersion)
There may be some entries after this which can be ignored, but should be no entries before this.
I did what you advised. The developers studio now shows the following problem:
Output |
The Intel Librarian (xilink.exe) could not be found. QWin3 - 1 error(s), 0 warning(s) |
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I suggest that you uninstall Intel Visual Fortran and then reinstall it. It looks as if either some files failed to get installed or you deleted them after installation.

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