| Placing FQWIN.HLP in one of the following areas will solve this problem.
Later versions of DVF will give a meaningful error message, when and if,
QWIN help is requested rather than automatically at startup.
�
*Purpose:
* Returns the path of the default help file
*
*Alogorithm
* 1. Look at the FQWIN_HELP environment variable. If it is set,
* try to open the file with the environment variable's value
* as the path. If either the file name or extension is missing
* default them to FQWIN and EXT. If the environmental value
* is set, and the file is not fould, return NULL which will
* result in a fatal error in QWGINIT.C.
*
* ----------------below is provided by SearchPath-----------------------
*
* 2. Look for FQWIN.HLP in the same directory as the running application.
*
* 3. Look for FQWIN.HLP in the current directory (for compatibility with
* Fortran PowerStation 4.0).
*
* 4. Look for FQWIN.HLP in the directory returned by GetSystemDirectory.
* This is where the Visual Fortran installation procedure puts it.
*
* 5. Look for FQWIN.HLP in directory returned by GetWindowsDirectory.
*
* 6. Look in FQWIN.HLP in PATH directories.
|
| Putting it another way - this error occurs when a QuickWin application can't
find the QUIN.HLP file. To fix this, copy QWIN.HLP (it can be found in
the WINDOWS\SYSTEM directory on Windows 95, or the equivalent on NT) to the
same directory in which the program resides on the target system. In future
versions, no error message will be given unless QuickWin help is requested
by the user (and if it can't find the help file.)
Steve
|