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.

rc.exe not found

slampo
Beginner
546 Views

get this error... rc.exe not found
Running vs 11.0.3452.2005
with Microsoft net Framework 2.0.50727 SP1
Visual Studio 2005 8.0.50727.42
OS Windows Server 2003 Standard x64 ed

0 Kudos
1 Reply
Steven_L_Intel1
Employee
546 Views
You probably have not done a custom install of VS2005 to include the "X64 compiler and tools" subcomponent of Visual C++.

1. 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.
2. Click Add or Remove Features
3. Under Select features to install, expand Language Tools > Visual C++
4. If the box X64 Compiler and Tools is not checked, check it, then click Update. If the box is already checked, click Cancel.
0 Kudos
Reply