home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / listings / v_01_02 / clune.exe / READ.ME < prev    next >
Text File  |  1990-07-20  |  980b  |  16 lines

  1. This is the software that I submitted with my text mouse support article,.
  2. except that I spruced up the comments in MENU_DEM.
  3. The sample program is called MENU_DEM.EXE, and requires that you are
  4. running under ANSI.SYS and have MOUSE.SYS or MOUSE.COM installed before
  5. you run the program. All routines were written for Microsoft C, v. 5.1.
  6. The fundamental mouse support function is the short interrupt call that
  7. comprises the file MOUS_SYS.C. It should be very easy to port to TC. The
  8. ERI_MENU.LIB routines are somewhat less easily ported, I suspect. In 
  9. particular, the DOS functions in DOS_FUNC.C might all require rewriting.
  10. However, all those functions are used for the demo program only, not for
  11. the mouse support as such. The mouse support functions that are used above
  12. MOUS_SYS reside in MOUSELIB.C. They should port easily, although they do
  13. use the timer functions in SOUND.C. If you have any questions about any of
  14. this, feel free to ask.
  15.      --tom clune
  16.