> Also, while it would be windows specific, you might consider
> just looking for a a listening app that uses DebugActiveProcess
> and WaitForDebugEvent with a DEBUG_EVENT value of
> OUTPUT_DEBUG_STRING_EVENT because the
> System.Diagnostics.DefaultTraceListener implementation on
> windows broadcasts via OutputDebugString. I'm sure someone has
> to have already written one of these.

Ahhh ... I didn't know this (.NET's use of OutputDebugString). You're
absolutely right here ... it should be way easier this way.

Thanks,
-Ingo

Author of "Advanced .NET Remoting"
http://www.dotnetremoting.cc

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to