<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html;
      charset=windows-1252">
  </head>
  <body>
    <span style="mso-fareast-language:EN-US" lang="EN-US"><o:p></o:p></span>
    <blockquote type="cite"
      cite="mid:000001d7a70e$9d832f80$d8898e80$@miamiwave.com">
      <div class="WordSection1">
        <p class="MsoPlainText"><u><span
              style="mso-fareast-language:EN-US" lang="EN-US">iemlib</span></u><span
            style="mso-fareast-language:EN-US" lang="EN-US"> is as
            always incomplete! I. e. some objects don’t create like e.g.
            [mergefilename], [stripfilename], [splitfilename], etc.<o:p></o:p></span></p>
        <p class="MsoPlainText"><span style="mso-fareast-language:EN-US"
            lang="EN-US">I always had to copy these from my old
            Pd-extended folder.</span></p>
      </div>
    </blockquote>
    <p>I guess the problem is that you don't load the library, so only
      the abstractions are created, but not the externals.</p>
    <p>Outside Pd-extended, iemlib is shipped as a single binary
      library, so you have to load it with [declare]. (The same is true
      for [zexy], btw.)<br>
    </p>
    <p>Actually, for some weird reason, it used to ship as *two*
      libraries, so you needed to do [declare -lib iemlib1 -lib
      iemlib2]. Newer versions are shipped as a single binary, so you
      have to do [declare -lib iemlib].</p>
    <p>If you're not sure which version you have, you can do [declare
      -lib iemlib -lib iemlib1 -lib iemlib2] :-)</p>
    <p>Christof<br>
    </p>
  </body>
</html>