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

Execution file HLP in Windows XP

wiltonps
Beginner
289 Views
CVF 6.5 QuickWin App.
I use the command
i = WinExec('winhlp32.exe Tutorial.hlp'C, sw_show)
for execute a file hlp and it works fine but not in the Windows XP.
For Windows XP the program becomes unavailable until the file
hlp is closed. What I do to avoid this problem?
Wilton
0 Kudos
1 Reply
gregscvf
Beginner
289 Views
See if this works:
lRet = WinHelp(...)
Greg
0 Kudos
Reply