home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 60 / af060sub.adf / dostrace.lha / DOSTrace / ReadMeFirst.doc < prev    next >
Text File  |  1994-01-23  |  602b  |  16 lines

  1.  
  2. A note about DOSTrace and MultiView:
  3.  
  4. Several users have reported that when DOSTrace is running, MultiView does not
  5. show any AmigaGuide file. I have experienced this during development too and
  6. have narrowed it down to the NameFromLock() call DOSTrace makes while tracing
  7. UnLock(). Apparently, MultiView or the amigaguide.datatype does not like this.
  8.  
  9. Since everything works fine when I remove this call from the UnLock() trace
  10. code, I can only suspect this is some sort of bug in MultiView or the
  11. amigaguide.datatype.
  12.  
  13. A workaround is to disable the UnLock() trace code using:
  14.  
  15.         DT donttrace Y
  16.