home *** CD-ROM | disk | FTP | other *** search
/ Sunny 1,000 Collection / SUNNY1000.iso / Files / W31 / Puzzle / CBMT245.ZIP / README.TXT < prev    next >
Text File  |  1997-03-31  |  2KB  |  54 lines

  1. "CANNOT FIND MASTER KEY FILE" - problem:
  2. This is due to the tricks that are played with the file header to make the 
  3. program run properly on WIN95 and WIN31 (which a lot of people over here 
  4. still use) without messing with extra DLLs. This causes WIN95 to think that 
  5. the program can also handle long filenames - which it can't. As a result, 
  6. if the program is in a folder with a long file name, it gets handed the full 
  7. long name, which it can't understand. The work round is to put it in a 
  8. directory with normal DOS length name.
  9.  
  10. I could put long filename support in without proper 32 bit compiling, but it 
  11. is a bit messy to do so, and I prefer to wait until I bring out the full 
  12. WIN95 version. I hope it's not too much of a nuisance.
  13.  
  14. Version 2.45 changes:
  15. ---------------------
  16.  
  17. Not a lot - most of my time has been spent in 3.0, as I hope you would wish!
  18.  
  19. Various bug fixes including:
  20.  
  21. Save on exit problem (files incorrectly overwritten).
  22. ChessBase very large files now work correctly.
  23. PGN buffer increased so that very large single games (e.g. TWIC theory) now
  24. import correctly.
  25.  
  26. Features:
  27. 1. File - Preferences moved to Tools - Options
  28.  
  29. 2. Drag 'n drop for pieces - if preferred, set in Options - Board
  30.  
  31. 3. When correcting moves - if you hold down ALT when moving a piece, the 
  32. program will attempt to leave in as many following legal moves as it can. 
  33. Moves will be overwritten from the first illegal move (given the earlier 
  34. correction), and analysis lines will also be removed if their first move is 
  35. now illegal. Please note that moves within analysis lines are NOT checked, 
  36. and may be nonsense. Without the ALT key depressed, all subsequent moves are
  37. overwritten as before.
  38.  
  39. 4. Save desktop (much needed!!). Will save up to 4 board positions, and
  40. up to 2 game listing window positions. Written to INI file.
  41.  
  42. 5. Games in progress (flagged editable in game details) are re-opened to
  43. their last known position, with b/w orientation maintained.
  44.  
  45. 6. Default sort (set in Options) now restored.
  46.  
  47. 7. When importing large files, the option is now given to have overflow
  48. files named automatically. In this case, any existing files of the same 
  49. name(s) will be overwritten. File names are numbered sequentially - e.g.
  50. if the original name is given as "ULTIMATE.GMS", the files wil be called
  51. "ULTIM000.GMS", "ULTIM001.GMS" and so on. Names of less than 5 characters
  52. are padded so that "TEST.GMS" would become "TEST_000.GMS" etc.
  53.  
  54.