home *** CD-ROM | disk | FTP | other *** search
/ PDA Software Library / pdasoftwarelib.iso / HP95_100 / DATABASE / DBV / DBV.ZIP / INT5F.ZIP / INT5F.DOC < prev   
Encoding:
Text File  |  1996-09-11  |  4.1 KB  |  128 lines

  1. -----------------------------------------------------------
  2. INT5fh Vr.1.0: HP200LX Graphics driver for PAL applications
  3. -----------------------------------------------------------
  4.  
  5. - What is INT5f?
  6. ----------------
  7.  
  8. It's a small TSR (resident program) that enables most
  9. PAL written applications for the HP100/200LX palmtops
  10. to be used on your desktop. It does that by emulating
  11. the graphics of the HP palmtop.
  12.  
  13. INT5F can run on any IBM compatible computer, using any
  14. cpu (8088->Pentium), and a CGA or VGA display. 486
  15. (or pentium) is recommended for faster screen output,
  16. since all the graphics are emulated by software.
  17.  
  18. HV, the famous HTML viewer for the HP100/200LX palmtops
  19. (written by Andreas Garzotto) is one of the many PAL
  20. applications that can now be used on the desktop. PalEdit,
  21. and DBView have also been successfully tested on the
  22. desktop using INT5F.
  23.  
  24. When used in VGA mode, future PAL applications will take
  25. advantage of this mode and display more information
  26. (vertically) on the screen.
  27.  
  28.  
  29. - How do I use it?
  30. ------------------
  31.  
  32. The easiest way is to simply run INT5f /c and then
  33. your PAL application (e.g: HV.EXE). When you
  34. quit your application, run INT5f /u so it unloads
  35. itself from the memory. The best thing to do is to
  36. create a small batch file that does this automatically:
  37.  
  38.  int5f /c
  39.  hv.exe
  40.  int5f /u
  41.  
  42. There are a few command-line parameters available with
  43. INT5f to launch it in different video modes. Type INT5F
  44. with no arguments to see the following help screen:
  45.  
  46. -----------------------------------------------------------------
  47. HP200LX INT5fh CGA Graphics driver for PAL applications.
  48. Vr.1.0 (09/96). Freeware by Harry Konstas.
  49.  
  50.  USAGE: int5f [switches]  ex: int5f /c
  51.  
  52.   Command line switches:
  53.    /v = Install in VGA mode.
  54.    /c = Install in CGA mode (default).
  55.    /r = Install in reverse VGA mode.
  56.    /i = Install in inverse CGA mode.
  57.    /u = Uninstall INT5F driver from memory.
  58.  
  59. -----------------------------------------------------------------
  60.  
  61. INT5f /v launces INT5f in VGA mode. Some PAL applications now
  62. auto-detect this mode and use the display accordingly. The
  63. /r and /i switches are used to invert the display output
  64. (black on white background instead of white on black).
  65.  
  66. Future releases of INT5F will have the ability to load
  67. external FCL fonts (using Gilles kohl's famous font loader
  68. for the HP palmtops) or .HFN font files.
  69.  
  70. A word of CAUTION: There maybe some PAL applications which
  71. are using special 'hardware' calls on the palmtop. Such
  72. applications may lock-up your system. Typical PAL applications
  73. such as HV, DBView & PalEdit are using only the palmtop's
  74. graphics calls, and are safe to use with INT5f on your
  75. desktop.
  76.  
  77.  
  78.  
  79. ACCESSING PAL APPLICATION MENUS:
  80. --------------------------------
  81.  
  82. This really depends on the author of the PAL application.
  83. Currently, most PAL applications use CTRL-M, or ALT-F10 to
  84. activate the menus from the desktop.
  85.  
  86.  
  87.  
  88. Programmer's corner:
  89. --------------------
  90.  
  91. INT5F is a TSR emulating the INT5fh services of the palmtop,
  92. on the desktop. In this version, it takes up about 20k of
  93. RAM. Most of the memory is used by the 3 font bitmaps.
  94.  
  95. All INT5f calls are supported except video mode 0x20
  96. (HP95LX). See GRAPH.DOC in the HP Developer's package
  97. for more information.
  98.  
  99.  * The 3 HFN fonts that are included in this archive are
  100.    not the original HP200LX fonts - I have created a new
  101.    set by modifying the original fonts.
  102.  
  103.  
  104. DISCLAIMER:
  105. -----------
  106.  
  107. I release INT5f as freeware. You may give away copies
  108. or bundle the INT5F.COM file with a commercial, shareware
  109. or freeware package.  You are not obligated to include
  110. this readme file - the program is pretty much self-explanatory.
  111.  
  112. This product is freeware, so if you're experiencing problems,
  113. simply stop using it. :-) I cannot be held responsible for any
  114. data-loss resulting from its use. If you have questions or
  115. comments or bug reports, please contact me at:
  116.  
  117.   email:
  118.  
  119.  72540.620@compuserve.com
  120.  
  121.   on the web:
  122.  
  123.  http://ourworld.compuserve.com/homepages/harry
  124.  
  125.  Harry Konstas
  126.  September 7, 1996.
  127.  
  128.