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

Where has the "help" gone?

NH_Veldhuijzen
Beginner
827 Views
Dear all,

When I call for "help" in Visual Studio (I'm using IVF11.1.065) and select "Intel Visual Fortran Compiler Help", I am directed to a site with the following text in the title bar: "Information not found - Microsoft Visual Studio 2008 Documentation - Microsoft Document Explorer"". How can I reach the "help" for IVF?
0 Kudos
5 Replies
DavidWhite
Valued Contributor II
827 Views
Create a command file with these commands in it (you may need to change the reference to VS2005 if you're using a different version of VS:

C:\
CD \%IFORT_COMPILER11%
CD help
h2reg -r CmdFile=..\Documentation\vshelp\1033\intel.forprodocs.en\fproc_vs2005_H2Reg_cmd.ini
h2reg -r CmdFile=..\Documentation\vshelp\1033\intel.fprocompilerdocs.en\H2Reg_cmd.ini
CD\
0 Kudos
NH_Veldhuijzen
Beginner
827 Views
Dear David,

Thank you for your help (no pun intended). Now by choosing the help menu option in Visual Studio, I reach some sort of online help; but still no help on IVF in sight. As this help is available locally, I'll leave things here.
0 Kudos
Wendy_Doerner__Intel
Valued Contributor I
827 Views
Not sure of your version of the compiler, but with 11.1 if you look at help from inside Microsoft Visual Studio you should be able to scroll down to the Intel Visual Fortran Compiler Professional in the Help menu to see the Intel Compiler documentation.

You can also access it through the start menu:

Start -> All Programs => Intel Software Development Tools => Intel Fortran Compiler X.X.XXX => Intel Visual Fortran Documentation

Where X.X.XXX is the version number of the compiler


Can you access it in either way above?

------

Wendy

Attaching or including files in a post

0 Kudos
IanH
Honored Contributor III
827 Views
Check also in the VS document explorer thing that that "Filtered by" for the contents/index is either "unfiltered" or "Intel".
0 Kudos
bendel_boy1
Beginner
827 Views
I access mine as a shortcut on the taskbar:
"\Docs\main_for.chm"
and setting 'Start in' as "\Docs"

I *do* get the Intel help from within VS 2005, but found a long time ago that Visual Studio sometimes 'loses' track of non-Microsoft help files, and kept my irritation levels under control by having a shortcut.
0 Kudos
Reply