home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / S12732.ZIP / PROBLEMS < prev    next >
Text File  |  1989-11-20  |  522b  |  16 lines

  1.  
  2.  
  3.         Problems with the IniEdit Sample
  4.  
  5.  
  6.  ** It uses fixed size string variables for all the OS2.ini strings.
  7.     This should be changed to use heap allocation.  The current
  8.     implementation is wasteful of space and fails in bizarre ways
  9.     when it encounters a string longer than its built-in limit.
  10.  
  11.     One example of such a long string is when the Epson printer driver
  12.     is loaded.
  13.  
  14.  ** The scroll bars are not tied to the arrow keys.  This is a great
  15.     inconvenience for keyboard-only OS/2 users.
  16.