home *** CD-ROM | disk | FTP | other *** search
-
- ΓòÉΓòÉΓòÉ 1. Help for File ΓòÉΓòÉΓòÉ
-
- Use the File pull-down choices to open a file for compilation.
-
-
- ΓòÉΓòÉΓòÉ 2. Help for Compile ΓòÉΓòÉΓòÉ
-
- Use the Compile pull-down choices to specify options for compilation, start or
- stop the compilation.
-
-
- ΓòÉΓòÉΓòÉ 3. Help for Help ΓòÉΓòÉΓòÉ
-
- Use the Help menu to:
-
- o get a help index
- o get general help
- o get help on how to use help
- o display the product information
-
-
- ΓòÉΓòÉΓòÉ 4. Help for Open ΓòÉΓòÉΓòÉ
-
- Choose the Open menu item to open an existing source file for compilation. When
- you select this choice, a dialog is displayed for you to enter the filename.
-
-
- ΓòÉΓòÉΓòÉ 5. Help for Exit ΓòÉΓòÉΓòÉ
-
- Choose the Exit menu item to quit this application.
-
-
- ΓòÉΓòÉΓòÉ 6. Help for Options ΓòÉΓòÉΓòÉ
-
- Choose the Options menu item to enter the compilation options. When you select
- this choice, a dialog is displayed for you to enter the options for
- compilation.
-
-
- ΓòÉΓòÉΓòÉ 7. Help for Run ΓòÉΓòÉΓòÉ
-
- Choose the Run menu item to start the compilation.
-
-
- ΓòÉΓòÉΓòÉ 8. Help for Stop ΓòÉΓòÉΓòÉ
-
- Choose the Stop menu item to stop the compilation.
-
-
- ΓòÉΓòÉΓòÉ 9. Help for Help Index ΓòÉΓòÉΓòÉ
-
- Choose the Index menu item to display an Index list of help items.
-
-
- ΓòÉΓòÉΓòÉ 10. Help for General Help ΓòÉΓòÉΓòÉ
-
- Choose the General Help menu item to display general information about the
- current active window.
-
-
- ΓòÉΓòÉΓòÉ 11. Help for Using Help ΓòÉΓòÉΓòÉ
-
- Choose the Using Help menu item to find out how to use the help facility.
-
-
- ΓòÉΓòÉΓòÉ 12. Help for Product Information ΓòÉΓòÉΓòÉ
-
- Choose the Product Information menu item to display the copyright information.
-
-
- ΓòÉΓòÉΓòÉ 13. Help for Options Dialog ΓòÉΓòÉΓòÉ
-
- To specify the target language for the compiled file, select a language listed
- in the Language drop-down list.
-
- If you want to create an output file (.INF) to be used by the viewer IVIEW,
- select .INF in the Output File Type drop-down list. The .HLP choice is to
- create output files that can be used by your application to display help
- information.
-
- Check the Suppress Search check box if you want to suppress search performance
- while reducing the file size of the compiled file.
-
- Check the Create Cross Ref List to generate and display a cross reference table
- of IDs.
-
- In the Warning Level drop-down list, select the warning level where messages
- are displayed.
-
- Value Meaning
- 1 Returns only warning level 1 messages. Warning level 1 messages are
- the most severe.
- 2 Returns only warning level 1 and 2 messages.
- 3 Returns all messages. This is the default. Warning level 3 messages
- are the least severe.
-
- When you have selected your options, click on the OK pushbutton to save the
- options. Click on the Cancel pushbutton to cancel any changes and dismiss this
- dialog box.
-
-
- ΓòÉΓòÉΓòÉ 13.1. Help for Language ΓòÉΓòÉΓòÉ
-
- In the drop-down list, select the target language for the compiled file.
-
-
- ΓòÉΓòÉΓòÉ 13.2. Help for Suppress Search ΓòÉΓòÉΓòÉ
-
- Select this option to suppress creation of the search document index. This will
- make compilation faster and reduce storage but will make any search queries
- performed on the compiled file slow.
-
-
- ΓòÉΓòÉΓòÉ 13.3. Help for Cross Ref ΓòÉΓòÉΓòÉ
-
- Check the Create Cross Ref List to generate and display a cross reference table
- of IDs.
-
-
- ΓòÉΓòÉΓòÉ 13.4. Help for Warning Level ΓòÉΓòÉΓòÉ
-
- In the Warning Level drop-down list, select the warning level where messages
- are displayed.
-
- Value Meaning
- 1 Returns only warning level 1 messages. Warning level 1 messages are
- the most severe.
- 2 Returns only warning level 1 and 2 messages.
- 3 Returns all messages. This is the default. Warning level 3 messages
- are the least severe.
-
-
- ΓòÉΓòÉΓòÉ 13.5. Help for Output File ΓòÉΓòÉΓòÉ
-
- Select INF if you want to generate an .INF file to be used by the document
- viewer IVIEW, otherwise select HLP to generate a .HLP file to be used by your
- application to display help information.
-
-
- ΓòÉΓòÉΓòÉ 14. Help for IPF compiler ΓòÉΓòÉΓòÉ
-
- You can specify all input options from the command line or by selecting the
- options from the Options dialog box. The syntax of specifying options in the
- command line is as follows:
-
- IPFC filename [/INF] [/S] [/X] [/W]
-
- where
-
- filename
- Name of your source file.
-
- /INF
- Compiles the source file as an online document to be used by
- the viewer, IVIEW. If this parameter is not included, the
- default is to compile the file as a help library to be used by
- your application for displaying help information.
-
- /S
- Suppress the performance of the Search function while reducing
- the file size of the compiled file.
-
- /X
- Generates and displays a cross-reference list.
-
- /Wn
- Generates and displays a list of error messages. n can be any
- number from 1 to 3 and indicates the level of error messages
- you want to receive. Level 1 message are the most severe
- messages and level 3 the least.
-
- You can also change any default options using the Options menu item. Once you
- have specified your options, select the Open menu item to open an existing
- file for compilation.
-
- You can stop compilation at any time by selecting the Stop menu item.
-
-
- ΓòÉΓòÉΓòÉ <hidden> OK ΓòÉΓòÉΓòÉ
-
- Select the OK button to accept all changes.
-
-
- ΓòÉΓòÉΓòÉ <hidden> Cancel ΓòÉΓòÉΓòÉ
-
- Select the Cancel button to dismiss the dialog without making any changes.
-
-
- ΓòÉΓòÉΓòÉ <hidden> Help ΓòÉΓòÉΓòÉ
-
- Select the Help button for help on how to use this dialog.
-
-
- ΓòÉΓòÉΓòÉ 15. Help for Open Dialog ΓòÉΓòÉΓòÉ
-
- In the File Name field, type in the filename to open and compile. You can also
- select the file from the listbox below this field. If the file you want to
- compile is not on the current directory, change the drive by selecting the
- right drive in the Drives list and the directory in the Directories list. Click
- on OK to load the file and compile it. Click on Cancel to dismiss this dialog.
-
-
- ΓòÉΓòÉΓòÉ 15.1. Help for FileName ΓòÉΓòÉΓòÉ
-
- Enter the name of the file to open and compile.
-
-
- ΓòÉΓòÉΓòÉ 15.2. Help for FileList ΓòÉΓòÉΓòÉ
-
- Select the file to open from the list.
-
-
- ΓòÉΓòÉΓòÉ 15.3. Help for Directories ΓòÉΓòÉΓòÉ
-
- Select the directory where the file to be compiled is found.
-
-
- ΓòÉΓòÉΓòÉ 15.4. Help for File Type ΓòÉΓòÉΓòÉ
-
- Enter the extension of the files to be included in the list.
-
-
- ΓòÉΓòÉΓòÉ 15.5. Help for Drives ΓòÉΓòÉΓòÉ
-
- Enter the drive where the file is found.