home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 2 / ctrom_ii_b.zip / ctrom_ii_b / PROGRAM / BASIC / MNUSYS11 / HELP.TXT < prev    next >
Text File  |  1993-09-16  |  984b  |  27 lines

  1. Quick Help for Menusys-PB and Menulib
  2. -------------------------------------
  3.  
  4.         If you're having problems getting Menusys and/or Menulib
  5. to work, study the file MNSSHELL.BAS carefully.  It outlines the
  6. commands necessary to add to your programs so they'll work correctly
  7. with Menusys.  You must ALWAYS start your programs that use Menusys
  8. .PBU routines with the following:
  9.  
  10. $COMPILE EXE
  11. $LINK "MENUSYS.PBU"
  12.  
  13. and additionally, if they use Menulib routines,
  14.  
  15. $LINK "MENULIB.PBU"
  16.  
  17.         Be sure that both MENUSYS.PBU and MENULIB.PBU exist in the
  18. directory that you've told PowerBASIC your .PBU files are in.
  19. It's also necessary to include ALL the PUBLIC statements shown
  20. in MNSSHELL.BAS, exactly as they appear.  It's recommended that you
  21. use the section "check mouse and video" in MNSSHELL.BAS in your
  22. programs, and alter the colors, etc. to suit your tastes.
  23.  
  24.         Check your PowerBASIC manual for further details on the correct
  25. use of .PBU files.
  26.  
  27.