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

.chm help in fortran

fritschen
Beginner
524 Views
Does anyone know how to call the HTMLHelp function (to load a .chm help file) from fortran (i.e. which interface do I have to declare).
Ralf
0 Kudos
3 Replies
Steven_L_Intel1
Employee
524 Views
ShellExecute to "open" the file should work just fine.
0 Kudos
Paul_Curtis
Valued Contributor I
524 Views
The att. module contains the defines and interfaces for using htmlhelp. I think I got this from Jugoslav several years ago, when CVF did not include any of these defines, but IVF is more complete.
0 Kudos
Jugoslav_Dujic
Valued Contributor II
524 Views
You can also take a look at:

http://www.xeffort.com/xeffort/samples/xcontexthelp/xcontexthelp.htm

I'd say that using HTMLHelp to refer to a particular help page is pretty straightforward.
0 Kudos
Reply