- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
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
Link Copied
4 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
See my reply in your other thread.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page