- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If you currently have VS2003 or VS2005 (including VS2005 Premier Partner Edition as supplied with some editions of the compiler), I would recommend continuing to use that with Intel Visual Fortran until the VS2008 support is released. However, if you would like to use the VS2008 linker and libraries for command-line development, here's how.
- Locate the Intel Visual Fortran compiler's Bin folder for the architecture you are using - for example, C:Program FilesIntelCompilerFortran10.1.014IA32Bin
- Locate the Microsoft Visual Studio 2008 VCBin folder, for example, C:Program FilesMicrosoft Visual Studio 9.0VCin
- In
the Fortran compiler's Bin folder (step 1 above), open ifortvars.bat in
Notepad. In the line which begins with "@call", replace the path to
Visual Studio 2003 or 2005 with the appropriate path for VS2008 as
determined in step 2 above. If you did not have Visual Studio
installed at all and a full path is not there, the line should look
like this:
@call "C:Program FilesMicrosoft Visual Studio 9.0VCBinVcvars32.bat"
For the Intel 64 architecture, the line should look like this instead:
call "C:Program FilesMicrosoft Visual Studio 9VCvcvarsall" x86_amd64
or
call "F:Program FilesMicrosoft Visual Studio 8VCvcvarsall" x64
if you are building on an Intel 64 architecture system. Note that here the folder is just VC and not VCin. - In the same Bin folder, open the file ifort.cfg in Notepad. Change the line beginning "-Qvc" to read "-Qvc9" (without the quotes). Change the line beginning with "-Qlocation,link" to reflect the VS2008 Bin path as determined in step 2 above.
If you have questions about this, ask them here.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Helllo,
Is there any update on when the VS 2008 compatibility version of Visual FORTRAN will be available? I've just recently purchased it and downloaded from Intel. Did not know that it would not work w/ VS 2008. Tried to get VS 2005, but it is no longer sold. I'm in desperate need to get this working in order to accomplish my school work without having to go back to the lab everytime. I'm also uncomfortable making the system changes you reccomend. Will my code that is already partially completed in FORTRAN 10.0 w/VS 2005 work in the VS 2008 environment? Any info/advice you can provide will be greatly appreciated
rlr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am looking for good reasons to switch from VS2005 to VS2008.
What are the advantages of using VS2008 for pure Fortran programming over using VS2005?
I guess VS2008 requires more computer resources than VS2005, right?
Thanks,
Yair
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

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