<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Le 21/02/2013 14:33, Max TenEyck
      Woodbury a écrit :<br>
    </div>
    <blockquote cite="mid:51262220.4050000@mtew.isa-geek.net"
      type="cite">Would it be appropriate to add a test to the name
      demangler that:
      <br>
      <br>
      1) Scans all '.dll' and '.spac' files for mangled names, and
      <br>
      <br>
      2) Tries to decode those names.
      <br>
      <br>
      3) Prints the mangled and decoded names and where they occur.
      <br>
      <br>
      Success would be that all names decode without the decoder blowing
      up
      <br>
      or failing.
      <br>
      <br>
      <br>
      <br>
    </blockquote>
    <font face="Helvetica, Arial, sans-serif">adding tests for demangler
      is good<br>
      but you just need to have a set of mangled/unmangled strings for
      the test<br>
      as core demangler in msvcrt, test should be added here...<br>
      (but grabbing the mangled strings shall be left out of the test
      itself)<br>
      A+<br>
    </font>
  </body>
</html>