Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Execution file HLP in Windows XP

wiltonps
Beginner
566 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
566 Views
See if this works:
lRet = WinHelp(...)
Greg
0 Kudos
Reply