<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>Ok, I see the problem. Try [declare -path Pd_Spectral_Toolkit
      -lib pd_spectral_toolkit]. *ugh*<br>
    </p>
    <p>The author uses capitalization for the library folder name
      (Pd_Spectral_Toolkit) , but the file name and the setup function
      are all lower case (pd_spectral_toolkit[_setup]). Since the
      Windows filesystem is not case sensitive, this creates extra
      weirdness.</p>
    <p>Generally, for Pd libraries containg a single binary should,
      folder and file name should be the same! Please contact the
      project author and tell them to change the folder name to all
      lower case.</p>
    <p>Christof<br>
    </p>
    <div class="moz-cite-prefix">On 07.01.2021 03:09, Kylee Kennedy
      wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CADD61nUFbK215=AuEXUkwmuq=bTC=nzEzKS+b17mov5non_t-g@mail.gmail.com">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <div dir="ltr">Thanks for the reply Christof, Hope you have a
        happy new year.
        <div><br>
        </div>
        <div>When I declare on WinX 0.51-3 I get: "load_object: Symbol
          "Pd_Spectral_Toolkit_setup" not found</div>
        <div>then a list of all the abstractions I used in that library
          that ...couldn't create.</div>
        <div><br>
        </div>
        <div>Thanks again for the help,</div>
        <div>Kylee</div>
        <div><br>
        </div>
        <div><br>
        </div>
        <div><br>
        </div>
        <div><br>
        </div>
        <div><br>
        </div>
      </div>
      <br>
      <div class="gmail_quote">
        <div dir="ltr" class="gmail_attr">On Wed, Jan 6, 2021 at 5:50 PM
          Christof Ressi <<a href="mailto:info@christofressi.com"
            moz-do-not-send="true">info@christofressi.com</a>> wrote:<br>
        </div>
        <blockquote class="gmail_quote" style="margin:0px 0px 0px
          0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
          <div>
            <p>Same thing. "Pd_Spectral_Toolkit" is distributed as a
              single binary library, which means you have to load it. If
              the library also contains abstractions, you also have to
              add the path. In your case that would be [declare -path
              Pd_Spectral_Toolkit -lib Pd_Spectral_Toolkit].</p>
            <p>---<br>
            </p>
            <p>I really think we finally need a uniform [declare] syntax
              as proposed by <a
                href="https://github.com/pure-data/pure-data/pull/440"
                target="_blank" moz-do-not-send="true">https://github.com/pure-data/pure-data/pull/440</a>.
              The binary format of library should be an implementation
              detail which the user shouldn't have to care about. For
              example, Kylee would only need to write [declare
              Pd_Spectral_Toolkit].</p>
            <p>Christof<br>
            </p>
            <div>On 07.01.2021 02:40, Kylee Kennedy wrote:<br>
            </div>
            <blockquote type="cite">
              <div dir="ltr">
                <div dir="ltr">
                  <div>Hey list,</div>
                  <div><br>
                  </div>
                  <div>What is the proper way to declare libraries on
                    Windows 10? I'm unable to declare and right slash
                    the path like the wiki suggests. I'm working with
                    fftease~ and Pd_Spectal_Toolkit a bunch lately.<br>
                  </div>
                  <div>"declare -path Pd_Spectral_Toolkit" doesn't seem
                    to work. If I put the full path and right slashes,
                    they disappear when I switch back from edit mode.
                    The only process that works is if I open the
                    extensions object list first.</div>
                  <div><br>
                  </div>
                  <div>Thanks,</div>
                  <div>Kylee</div>
                </div>
              </div>
              <br>
              <fieldset></fieldset>
              <pre>_______________________________________________
<a href="mailto:Pd-list@lists.iem.at" target="_blank" moz-do-not-send="true">Pd-list@lists.iem.at</a> mailing list
UNSUBSCRIBE and account-management -> <a href="https://lists.puredata.info/listinfo/pd-list" target="_blank" moz-do-not-send="true">https://lists.puredata.info/listinfo/pd-list</a>
</pre>
            </blockquote>
          </div>
          _______________________________________________<br>
          <a href="mailto:Pd-list@lists.iem.at" target="_blank"
            moz-do-not-send="true">Pd-list@lists.iem.at</a> mailing list<br>
          UNSUBSCRIBE and account-management -> <a
            href="https://lists.puredata.info/listinfo/pd-list"
            rel="noreferrer" target="_blank" moz-do-not-send="true">https://lists.puredata.info/listinfo/pd-list</a><br>
        </blockquote>
      </div>
    </blockquote>
  </body>
</html>