I wrote earlier: > I am trying to track down a bug detected by Gremlins by putting > traces in POSE's log file. Yet, when I run this, host is > 0xFFFFFFFF, and even though bytes returns 22, no log file is found > in the POSE directory. What's wrong?
> HostFILE *host = HostLogFile(); > UInt32 bytes = HostFPrintF( host, "\nStart HandleBeamMenu\n" ); I later noticed on my hard disk a Log_0001.txt file with the expected traces after I had closed POSE. I probably needed to call HostFFlush() to actually flush the buffer into a file, created ad hoc. Luc Le Blanc -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/
