home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / S12321.ZIP / READ.ME < prev   
Text File  |  1989-05-31  |  1KB  |  31 lines

  1. Here is a sample OS/2 application message file which can be used by
  2. an application via the DosGetMessage and the DosPutMessage APIs, or
  3. used by the user via the HELPMSG.EXE utility (which is transparently
  4. used when the user runs the HELP.BAT or HELP.CMD script files).
  5.  
  6. The file FOO.TXT contains the error messages; the MAKEFILE runs the
  7. MKMSGF utility on this file, which generates FOO.MSG. The file 
  8. FOOH.TXT contains the error message help text; the MAKEFILE runs the 
  9. MKMSGF utility on this file, which generates FOOH.MSG. [By way of 
  10. comparision, the files FOO.MSG and FOOH.MSG are roughly analagous in
  11. functionality to the OS/2 system message files OSO001.MSG and
  12. OSO001H.MSG.]
  13.  
  14. To build the .MSG files, type:
  15.  
  16.     NMAKE
  17.  
  18. or:
  19.  
  20.     MAKE MAKEFILE
  21.  
  22. To see the results, type:
  23.  
  24.     HELPMSG FOO0001
  25.  
  26. or use FOO0002-FOO0005 as the messages, since there are only five 
  27. errors in the message text files. Make sure that the .MSG files
  28. are in the DPATH (when in OS/2) or in the APPEND path (when in
  29. the DOS 3.X Box), or in the current directory, so that OS/2 can
  30. find the files.
  31.