Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
29284 Discussions

RC.exe not found after update to 10.1.021 edition

truelies
Beginner
1,857 Views
I uninstalled the previous editon and visual studio 2005 premier edition, then reinstalled the update. But when I run the project, it display "RC.exe not found". How to fix this?
0 Kudos
22 Replies
Steven_L_Intel1
Employee
250 Views
You will need to have the WindowsSdkDir system environment variable set to the path of the SDK. For example:

C:Program FilesMicrosoft SDKsWindowsv6.0A

It could be that the VirtualPC environment is not making that available to you.
0 Kudos
onkelhotte
New Contributor II
250 Views

Somehow VS2008 did not install Windows SDK 6.0A.

Installing Windows SDK 6.1 manually solved the problem.

Markus

0 Kudos
Reply