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.

Visul Studio Integration Problem

HKort
Beginner
764 Views
Hi,
I noticed that I have a bunch of IVF Fortran compiler versions listed in my Visual Studio options that are no longer installed on my system after installtion of updates. Is there a way to delete these from the list of compiler version in the options menu?

Thanks,
Haje
0 Kudos
4 Replies
Steven_L_Intel1
Employee
764 Views
Start > Run. Type REGEDIT, click OK
Click on + symbol next to the following names, in order:
  • HKEY_LOCAL_MACHINE
  • Software
  • Intel
  • Compilers
  • FORTRAN
You will see one or more registry keys named after versions, such as 100.025. For each one you want to delete, click on the name and press the delete key.
0 Kudos
Steven_L_Intel1
Employee
764 Views
Oh, be aware that if you install an update to 10.0, it does NOT install any previous updates. You must remove those separately if desired.
0 Kudos
HKort
Beginner
764 Views
Steve,
thanks the registry edits did the trick!

Haje
0 Kudos
Steven_L_Intel1
Employee
764 Views
Good. Starting with version 10, uninstalling an old version is supposed to remove the entry for that version.
0 Kudos
Reply