Quick Help for Menusys-PB and Menulib ------------------------------------- If you're having problems getting Menusys and/or Menulib to work, study the file MNSSHELL.BAS carefully. It outlines the commands necessary to add to your programs so they'll work correctly with Menusys. You must ALWAYS start your programs that use Menusys .PBU routines with the following: $COMPILE EXE $LINK "MENUSYS.PBU" and additionally, if they use Menulib routines, $LINK "MENULIB.PBU" Be sure that both MENUSYS.PBU and MENULIB.PBU exist in the directory that you've told PowerBASIC your .PBU files are in. It's also necessary to include ALL the PUBLIC statements shown in MNSSHELL.BAS, exactly as they appear. It's recommended that you use the section "check mouse and video" in MNSSHELL.BAS in your programs, and alter the colors, etc. to suit your tastes. Check your PowerBASIC manual for further details on the correct use of .PBU files.