home *** CD-ROM | disk | FTP | other *** search
-
- A note about DOSTrace and MultiView:
-
- Several users have reported that when DOSTrace is running, MultiView does not
- show any AmigaGuide file. I have experienced this during development too and
- have narrowed it down to the NameFromLock() call DOSTrace makes while tracing
- UnLock(). Apparently, MultiView or the amigaguide.datatype does not like this.
-
- Since everything works fine when I remove this call from the UnLock() trace
- code, I can only suspect this is some sort of bug in MultiView or the
- amigaguide.datatype.
-
- A workaround is to disable the UnLock() trace code using:
-
- DT donttrace Y
-