
 1. About
 
 HXGUIHLP is a PE dll to support running Win32 GUI apps with HX.
 It is loaded automatically by DPMILD32 if a Win32 GUI app is to be
 launched. Its purpose is to set the screen in graphics mode and
 do some other initialization depending on settings in HXGUIHLP.INI.
 

 2. History

 03/04/2006: V1.8
 
  bugfix: content of stderr may not have been displayed on exit
   if file share was active.
  value for stderr option goes thru ExpandEnvironmentStrings()
  set palette when displaying the menu
  FlipStatus option added
  pause sound modified so it "directly" speaks with the SB code.
 
 02/06/2006: V1.7
 
  pause wave sound if a DOS shell is launched
  bugfix: display menu even if a DirectDraw flipping surface is active
  bugfix: saving 8-bit bitmaps didn't save the color table.
  bugfix: size of bitmap in BITMAPFILEHEADER was wrong.
    
 01/21/2006: V1.6
 
  added SetVesa32Options call
 
 01/02/2006: V1.5
 
  saving/restoring video state a bit more fool-proved.
 
 12/07/2005: V1.4
 
  stderr file displayed on console after previous video
   mode has been restored and file is not too big.
   
 11/22/2005: V1.3
 
  stderr log file deleted at exit if size == 0
 
 11/12/2005: V1.2
 
  bugfix: mouse state wasn't saved/restored correctly
   when a DOS shell was opened/closed.
   
 11/01/2005: V1.1
 
  Some bugfixes. New entries in [Display]: xmax, ymax
  New entries in [options]: stderr
 
 10/24/2005: V1.0
 
 
 3. Copyright
 
 HXGUIHLP is part of HX DOS extender. This extender is freeware.
 View HXRT.TXT or HXGUI.TXT for licence details.
 
