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

unable to debug

saeedeh
Beginner
720 Views
Hi,
I am trying to debug a code in visual Fortran, but, every time I encounter the error "Intel visual Fortran compiler for 'Win32' not installed".
My OS is Windows Vista 64-bit, and I use Visual studio 2008 integrating with Visual Fortran. Right now, I am using trial version of visual Fortran 11.1.054, to evaluting that if my codes (written in Compac Visual Fortran 6) can be run on it or not. But I even can not debug a simple code.
Please let me know if there is a solution for my problem.
Thanks a lot.

Saeedeh
0 Kudos
4 Replies
TimP
Honored Contributor III
720 Views
You have the choice of installing 32- or 64-bit ifort, or both. If you installed only the 64-bit ifort (having previously installed the 64-bit VC9), you must set your projects to x64 mode (a top menu bar selection). If you have obj files left over from CVF, they likely aren't compatible either with VS2008 nor with ifort, even in 32-bit mode.
0 Kudos
saeedeh
Beginner
720 Views
I can not even debug a simple program in it. After I set x64 from the menu bar and I try to debug, another error comes up indicating that the compliler for x64 has not installed!
0 Kudos
TimP
Honored Contributor III
720 Views

Check that no installation steps were missed, such as

C++ / X64 options installed in Visual Studio setup

if changed, do modify/repair installation of ifort for intel64

0 Kudos
Steven_L_Intel1
Employee
720 Views
See my reply in your other thread.
0 Kudos
Reply