<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-2022-JP">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    I do not know how to use COM classes on wine lib,for example ,
    System.dll<br>
    wine dlls should be written by C,but I found many .Net methods
    equivalent to Win32 APIs.You can implement methods easily.<br>
    (for example, <small>ClearEventLog</small>
    <meta http-equiv="content-type" content="text/html;
      charset=ISO-2022-JP">
    () in advapi32.dll by Eventlog.Clear() in System.Diagnostics)<br>
    Isn't this good idea?<br>
    <br>
  </body>
</html>