home *** CD-ROM | disk | FTP | other *** search
/ BUG 4 / BUGCD1997_05.BIN / aplic / clip4win / clip4win.exe / C4W30E.HUF / SOURCE / DBWIN2.ZIP / README.TXT next >
Text File  |  1994-04-10  |  2KB  |  56 lines

  1.             +++ DBWIN2 +++
  2.  
  3. Disclaimer - This application was based on the DBWIN sample source code 
  4. which was shipped with MSC 7.0 and VC++. It is not my work nor do I 
  5. claim it to be. I simply modified the original in order to try to improve 
  6. upon it. (READ - Don't sue me)
  7.  
  8. The Zipfile should contain this file (README.TXT) as well as two 
  9. additional files:
  10.  
  11.     1 - WinDB.exe (the new executable)
  12.     2 - WinDBDLL.dll (the new dll)
  13.  
  14. The program is basically everything that the original DBWin program 
  15. was with the following changes (hopefully improvements):
  16.  
  17. Size reduction - The executable is now 10,640 bytes instead of 16,384 
  18. bytes. The DLL shrank a little bit as well to 16,432  bytes from 17,408 
  19. bytes.
  20.  
  21. The 'Always On Top' feature has been moved to the system menu where 
  22. it belongs. It can now be changed while the program is an icon.
  23.  
  24. The Rightmost menu item ' (C) ' is not a Copyright symbol but a symbol 
  25. to 'Clear' the menu window. It's just there for convenience.
  26.  
  27. The original DBWin used to BEEP like crazy if it's buffer was full. This 
  28. typically happened when something went wrong on you. This usually 
  29. leads to a 'Beeping' computer which seems to be locked up. This is now 
  30. fixed and DBWin won't beep when it's internal buffer is full.
  31.  
  32. I removed the 'DEBUG KERNEL' settings. This was mainly to save on 
  33. program size since I rarely use the debug kernel in day to day 
  34. development. The same goes for outputting to a serial port. This is gone 
  35. as well. If you need these features occasionally then use the original 
  36. program.
  37.  
  38. New feature - 'Beep after a minute' item on the 'Output' menu. This will 
  39. cause  WinDB to beep if anything is displayed after it has been idle for 
  40. a minute. I use this because I typically run WinDB as an icon. If any 
  41. errors are logged then it will BEEP to alert me. This way I don't have 
  42. to check for errors.
  43.  
  44. New feature - 'Auto Find' item on the 'Output' menu. A dialog box will 
  45. ask you for a Window to Auto-Find. Enter the name of the Window 
  46. (Window Title) and WinDB will automatically pop-up when the application 
  47. is run. Leaving this blank disables this feature. I use this to 
  48. automatically display WinDB every time I run the application I am 
  49. currently developing.
  50.  
  51. That's about it. I hope this is useful and if so let me know. If it isn't 
  52. then let me know too.
  53.  
  54. - Mark S. -
  55. C/S  74261,1263
  56.