- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have installed Intel Visual Fortran version 11.1.067, and the Visual Studio 2008 shell onto windows 7.
When compiling, I get the error "rc.exe not found".
I have tried the steps in the help reference #DPD200138680, but it did not work.
The ref # refers to an older version, and it states that this problem should be fixed in versions later than 11.1.060.
What should I do?
Thanks,
Blake
When compiling, I get the error "rc.exe not found".
I have tried the steps in the help reference #DPD200138680, but it did not work.
The ref # refers to an older version, and it states that this problem should be fixed in versions later than 11.1.060.
What should I do?
Thanks,
Blake
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Oh! I did not realize you are using the evaluation version. That explains a lot - you got VS Shell from Microsoft directly, right? That means you are missing an extra set of tools and libraries. As explained when you ask for the eval version, you must have VisualC++ 2003-2008 installed for the eval. Due to royalty issues, we can't offer our package including the tools and libraries for eval.
My advice here is to install the VS2008 Trial and then reinstall Fortran. You may be able to get it working by installing the Windows SDK and modifying the directory lists in Tools > Options > Intel Fortran> Compilers to add the SDK's BIN and LIB folders to Executables and Libraries.
If you buy the product, you'll get everything you need.
My advice here is to install the VS2008 Trial and then reinstall Fortran. You may be able to get it working by installing the Windows SDK and modifying the directory lists in Tools > Options > Intel Fortran> Compilers to add the SDK's BIN and LIB folders to Executables and Libraries.
If you buy the product, you'll get everything you need.
Link Copied
17 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I've found (by accident) that if the rc.exe accidentally goes missing, none of the repair tools will fix it. Back to uninstall/reinstall. If the corresponding folders under \intel\downloads are intact, you can run the setup.exe there (or indirectly from the add/remove menu).
Yes, I have that very version running. Location of rc.exe may be different between ia32 and intel64 compilers, so I won't try to tell you where to look.
Yes, I have that very version running. Location of rc.exe may be different between ia32 and intel64 compilers, so I won't try to tell you where to look.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Try this first - in Visual Studio, select Tools > Options > Intel Fortran > Compilers. Click "Reset All". If you are building for x64, select the target platform x64 and click Reset All again. Close VS and reopen it.
rc.exe lives with the Windows SDK files. Offhand, I'm not sure where they go if you've installed VS Shell. Normally it's under Program Files [(x86])\Microsoft SDKs\Windows\V6.0a\bin (or something close to that) but I know that the VS Shell install puts some of the MS files in alternate locations.
rc.exe lives with the Windows SDK files. Offhand, I'm not sure where they go if you've installed VS Shell. Normally it's under Program Files [(x86])\Microsoft SDKs\Windows\V6.0a\bin (or something close to that) but I know that the VS Shell install puts some of the MS files in alternate locations.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Tried reinstall, no luck.
Tried to reset compilers as shown above, no luck.
In the windows V6.0a folder, there is no bin folder or anything like it.
I have done a search on the computer and found no such folder, and no rc.exe file.
Can I redownload the SDK file? If so, from where and which version?
Thanks,
Blake
Tried to reset compilers as shown above, no luck.
In the windows V6.0a folder, there is no bin folder or anything like it.
I have done a search on the computer and found no such folder, and no rc.exe file.
Can I redownload the SDK file? If so, from where and which version?
Thanks,
Blake
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
What is the name of the installer you downloaded?
Please do this. Uninstall Fortran AND "Microoft Visual Studio 2008 Shell", then reinstall.
Please do this. Uninstall Fortran AND "Microoft Visual Studio 2008 Shell", then reinstall.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
By installer name, do you mean:
Intel Visual Fortran Compiler Professional Edition 11.1.067 Update 7 for Windows*
Sorry, I am not very good at this stuff.
I will try uninstall both Fortran and VS and reinstall, and let you know how it goes.
Intel Visual Fortran Compiler Professional Edition 11.1.067 Update 7 for Windows*
Sorry, I am not very good at this stuff.
I will try uninstall both Fortran and VS and reinstall, and let you know how it goes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I mean the filename - starts with "w_cprof".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
w_cprof_p_11.1.067_intel64.exe
Tried reinstalling, now when I open the VS 2008 shell and try to open a program, I get a package load failure, saying that the Intel Visual Fortran Project Package has failed to load.
If I try starting a new project, the option of Intel Fortran does not appear.
Is there a way to download the Intel trial version directly with the VS shell already in it?
I just need to know that it works on my existing programs, as I want to switch from another product.
If it works, then I will purchase the program version with the VS shell included.
Thanks,
Blake
Tried reinstalling, now when I open the VS 2008 shell and try to open a program, I get a package load failure, saying that the Intel Visual Fortran Project Package has failed to load.
If I try starting a new project, the option of Intel Fortran does not appear.
Is there a way to download the Intel trial version directly with the VS shell already in it?
I just need to know that it works on my existing programs, as I want to switch from another product.
If it works, then I will purchase the program version with the VS shell included.
Thanks,
Blake
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes. Download w_cprof_p_11.1.067.exe. This is the only variant of the installer that includes the shell.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks, but I cannot find where I can download this file. It is not in the list of trial options.
Can you please show me where to find it?
Thanks,
Blake
Can you please show me where to find it?
Thanks,
Blake
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Oh! I did not realize you are using the evaluation version. That explains a lot - you got VS Shell from Microsoft directly, right? That means you are missing an extra set of tools and libraries. As explained when you ask for the eval version, you must have VisualC++ 2003-2008 installed for the eval. Due to royalty issues, we can't offer our package including the tools and libraries for eval.
My advice here is to install the VS2008 Trial and then reinstall Fortran. You may be able to get it working by installing the Windows SDK and modifying the directory lists in Tools > Options > Intel Fortran> Compilers to add the SDK's BIN and LIB folders to Executables and Libraries.
If you buy the product, you'll get everything you need.
My advice here is to install the VS2008 Trial and then reinstall Fortran. You may be able to get it working by installing the Windows SDK and modifying the directory lists in Tools > Options > Intel Fortran> Compilers to add the SDK's BIN and LIB folders to Executables and Libraries.
If you buy the product, you'll get everything you need.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I found someone in our company that already had the full version of VS2008 (not just the shell), so I installed the Fortran file on their computer, and it worked great!
We will now be buying two licenses!
Thanks Steve, for all your help!
Blake
We will now be buying two licenses!
Thanks Steve, for all your help!
Blake
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Glad to hear it!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
One more quick question....can you confirm that this will work on windows 7?
The one I tried was on XP, but the computers I want to place the bought versions on are windows 7.
Thanks,
Blake
The one I tried was on XP, but the computers I want to place the bought versions on are windows 7.
Thanks,
Blake
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
VS2008 plus SP1 and current Intel compilers have worked well for me on Windows 7 X64 which I installed myself. I haven't been able to install full VS2008 on a win7-64 installation which has company policy restrictions set, while the ifort with VS2008 shell still works well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Win7-x64 works fine with VS2008, either retail or the shell.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Perfect, thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Which edition of VS2008 did you install? Did you choose the default install or did you customize it? You should not need to install the Windows SDK separately if you installed VS2008 Standard Edition or higher.

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