Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Text editor

Deleted_U_Intel
Employee
633 Views
Hi,
I have purchased a new Fortran 8 compiler and when I openeda newproject in Visual Studio environment, many keys (arrow, enter, back space etc.) were not working. Could any body suggest where am I wrong!!
Thanks.
amanjot
0 Kudos
4 Replies
Steven_L_Intel1
Employee
633 Views
I've seen that behavior, but not for a very long time. I suspect that you have installed the old 8.0.034 compiler. Please uninstall Intel Fortran, then log in to your Premier Support account (register if you haven't already) and download w_fc_p_8.0.019. This is the new 8.1 compiler. Install that and see if the problem persists.
0 Kudos
hansr
Beginner
633 Views
w_fc_p_8.0.019 or w_fc_p_8.1.019 ??
Hans
0 Kudos
Steven_L_Intel1
Employee
633 Views
Sorry - 8.1.
0 Kudos
Steven_L_Intel1
Employee
633 Views
I don't remember exactly what I did to solve this problem. Try this:

1. Uninstall any earlier version of Intel Visual Fortran.

2. Uninstall Visual Studio.NET

3. Reboot

4. Delete the registry tree HKEY_LOCAL_MACHINESoftwareMicrosoftVisualStudio7.0 (or 7.1 if you have VS.NET 2003)

5. Delete the registry tree HKEY_LOCAL_MACHINESoftwareIntelCompilers

6. Delete the registry tree HKEY_LOCAL_MACHINESoftwareIntelIDE

7. Delete the registry tree HKEY_CURRENT_USERSoftwareMicrosoftVisualStudio7.0 (or 7.1 if you have VS.NET 2003)

8. Delete the folder Program FilesMicrosoft Visual Studio.NET (or Microsoft VisualStudio.NET 2003)

0 Kudos
Reply