home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / QLOG00.ZIP / SOMREAD.ME < prev   
Text File  |  1992-08-18  |  2KB  |  45 lines

  1. Hello,
  2.  
  3. Qlog and QlogSOM are companion products that allow OS/2 2.0 programmers to
  4. easily redirect somPrintf from STDOUT in their environment to the Qlog address
  5. space.  Qlog is intended to be a general purpose realtime trace utility.  
  6. QlogSOM is the OS/2 2.0 System Object Model interface. 
  7.  
  8. You will need to have loaded the OS/2 2.0 Toolkit examples to compile and
  9. link the main.c included in this package.  There are lots of files that come
  10. with the Toolkit Animals example.  The two files found here from that example
  11. set contain very minor changes to demonstrate Qlog and QlogSOM.
  12.  
  13. This is a work in process.  That means it's rough and I don't know when I will
  14. ever get around to smoothing it out.  If a lot of people ask, who knows?
  15.  
  16. Anyway, this package consists of:
  17.  
  18.     Qlog.exe  -  A utility that writes messages to a revolving buffer and
  19.                  displays the buffer in the client window.  Everything works
  20.                  on the action bar with the exception of the search stuff.
  21.                  The edit\paste function pastes the whole buffer.  If Qlog
  22.                  is receiving a lot of messages, you should use options\
  23.                  priority\critical to keep from losing messages.  (Wish I
  24.                  figure that one out.
  25.     Qlog.hlp  -  Unfinished help for above.
  26.     Qlogr.lib -  The include library that you need to resolve QLOGSOM() and
  27.                  company during link.
  28.     Main.c    -  The main routine from the IBM 2.0 Toolkit example, Animals.
  29.                  Find the two occurances of QLOGSOM and you will see how easy
  30.                  it is to use the trace facility.
  31.     animals.mak - Modified make from the IBM 2.0 Toolkit example, Animals.
  32.                  Shows you where to specify Qlogr.lib.
  33.  
  34.  
  35. I hope you find this utility helpful, but (here comes the disclaimer) I am
  36. in no way responsible for any damages the use of this utility may cause.
  37.  
  38. Qlog + QlogSOM - Copyright (c) 1992 - New Freedom Data Center
  39. Dave Lester
  40. PO Box 461
  41. New Freedom, PA. 17349 USA
  42.  
  43. Comments, suggestions and bug reports may be submitted through CIS Mail
  44. ID 75600,237.  These will be answered on a "best effort" basis.
  45.