home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / Pascal / Samples / MCUNIT10.ARJ / MCUNIT10.DOC < prev    next >
Encoding:
Text File  |  1993-02-17  |  1.7 KB  |  37 lines

  1.                              MCUNIT10                             
  2.                        by Martin CEKAL 1993                      
  3.  
  4. This is a small set of units supporting work in graphic  mode  in 
  5. Turbo Pascal 6.0. I wrote it for  my  personal  use,  that  means 
  6. units are not general, they are design for my purpose. Anyway  if 
  7. you find them useful be free to use them. If you find some troubles
  8. let me know, you can let me know even if you don't find any problems.
  9.  
  10. I can be reached by e-mail:
  11.     f51562@htrans.mech.kyoto-u.ac.jp (preferably) or
  12.     f51562@sakura.kudpc.kyoto-u.ac.jp until  the  end  of  March. 
  13.     After that: K218C@CSPUNI12.BITNET
  14.  
  15. The set includes these units:
  16. MCGRAF10 - supports line and bar charts, drawing while data are 
  17.     calculated
  18. MCMENU10 - supports menu and status line usage
  19.     (uses MCMICE10, MCXMS10)
  20.     If you call InitXMS and XMS is available than screens will be 
  21.     saved to XMS instead of conventional memory. With great help 
  22.     of Michael Gallias I add procedures RegWinXMS, UnRegWinXMS and
  23.     UseWinXMS which replace WinToXMS and WinFromXMS. These procedures
  24.     allowed you to register of win type to XMS. Before usage call
  25.     UseWinXMS and after that the usage is same as if you use RegWin.
  26.     If you want to store variable in XMS after usage call UseWinXMS again.
  27. MCMICE10 - supports mouse in your program
  28. MCXMS10  - supports XMS (extended memory) usage
  29.     this unit is based on XMSHEAP by Michael Gallias
  30.     and TPXMS by Vernon E.Davis, Jr.
  31.  
  32. All units I tried to comment to be understandable. If you  anyway 
  33. don't understand something, ask me.
  34.  
  35. I included very simple testing program. First run setup to create 
  36. data which are read by test program.
  37.