<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Thx, I'll do some testing based on that<br>
<br>
Detlef Riekenberg a &eacute;crit&nbsp;:
<blockquote cite="mid1190656337.6971.85.camel@p4" type="cite">
  <pre wrap="">On Mo, 2007-09-24 at 13:11 +0200, Olivier OUDIN wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">;)
of course, and it works fine with dcom98.exe

In fact I wonder If wine is far from a working builtin dcom, I often
see apps that need dcom98.exe.
So I'd like to try some basic debugging without dcom98.exe, and the
first step is to set best debug channels to have good traces
    </pre>
  </blockquote>
  <pre wrap=""><!---->
I have no Idea about dcom internals, but the main Channels are:
ole and rpc 

For more, add: "+olerelay,+storage,+variant" and maybe "+typelib,
+typelib2"

List them all with:
grep WINE_D.* dlls/rpc*/* dlls/ole32/* dlls/oleaut32/* | cut -d "(" -f2
| cut -d ")" -f1 | sort -u



  </pre>
</blockquote>
<br>
</body>
</html>