<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><span style="-webkit-text-size-adjust: auto; caret-color: rgb(160, 33, 223); color: rgb(160, 33, 223); background-color: rgb(255, 255, 255);">Hi y’all,</span><div><span style="-webkit-text-size-adjust: auto; caret-color: rgb(160, 33, 223); color: rgb(160, 33, 223); background-color: rgb(255, 255, 255);"><br></span></div><div><span style="-webkit-text-size-adjust: auto; caret-color: rgb(160, 33, 223); color: rgb(160, 33, 223); background-color: rgb(255, 255, 255);">I managed to get FFI loaded with Examples and Tests. </span></div><div><span style="-webkit-text-size-adjust: auto; caret-color: rgb(160, 33, 223); color: rgb(160, 33, 223); background-color: rgb(255, 255, 255);"><br></span></div><div><span style="-webkit-text-size-adjust: auto; caret-color: rgb(160, 33, 223); color: rgb(160, 33, 223); background-color: rgb(255, 255, 255);">What does the Callback package do and how to use it?</span></div><div><br><div dir="ltr"><br><div><div id="protonmail_signature_block" class="protonmail_signature_block" style="outline: none;"><div style="outline: none;"><div style="outline: none;"><span style="background-color: rgba(255, 255, 255, 0);">Have a Good One; Keep it, Light.</span></div><div style="outline: none;"><span style="background-color: rgba(255, 255, 255, 0);">Kindly,<br></span></div><span style="background-color: rgba(255, 255, 255, 0);">rabbit<br>. .. … ‘…^,^</span></div></div><div class="signature_br" style="outline: none;"><span style="background-color: rgba(255, 255, 255, 0);"><br></span></div><div class="signature_br" style="outline: none;"><span style="background-color: rgba(255, 255, 255, 0);"><br></span></div><div id="protonmail_mobile_signature_block" style="outline: none; min-height: 40px;"><div style="outline: none;"><span style="background-color: rgba(255, 255, 255, 0);">Sent from Callisto House :: decentralized mobile homeless solutions</span></div></div></div></div><div dir="ltr"><br><blockquote type="cite">On Sep 11, 2022, at 17:55, rabbit <rabbit@callistohouse.org> wrote:<br><br></blockquote></div><blockquote type="cite"><div dir="ltr"><span>
  
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  
  
    <p>I loaded the packages from the source.squeak.org/FFI repository.
      Now checking the Unix example to talk to libsodium. How can I test
      if this libsodium.so is loaded into the squeak process?</p>
    <p>Cheers!<br>
    </p>
    <div class="moz-cite-prefix">On 9/11/22 10:16, rabbit wrote:<br>
    </div>
    <blockquote type="cite" cite="mid:C13DCEE0-2222-4194-82FA-EB623B72A3A9@callistohouse.org">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      Thanks, Jakob! It is installing now, as soon as the Metacello
      install completed, which is taking forever!
      <div><br>
      </div>
      <div>Here is the various libsodium functions: <a href="https://doc.libsodium.org/quickstart" moz-do-not-send="true" class="moz-txt-link-freetext">https://doc.libsodium.org/quickstart</a></div>
      <div><br>
        <div dir="ltr">
          <div>
            <div id="protonmail_signature_block" class="protonmail_signature_block" style="outline: none;">
              <div style="outline: none;">
                <div style="outline: none;"><span style="background-color: rgba(255, 255, 255, 0);">Have
                    a Good One; Keep it, Light.</span></div>
                <div style="outline: none;"><span style="background-color: rgba(255, 255, 255, 0);">Kindly,<br>
                  </span></div>
                <span style="background-color: rgba(255, 255, 255, 0);">rabbit<br>
                  . .. … ‘…^,^</span></div>
            </div>
            <div class="signature_br" style="outline: none;"><span style="background-color: rgba(255, 255, 255, 0);"><br>
              </span></div>
            <div class="signature_br" style="outline: none;"><span style="background-color: rgba(255, 255, 255, 0);"><br>
              </span></div>
            <div id="protonmail_mobile_signature_block" style="outline:
              none; min-height: 40px;">
              <div style="outline: none;"><span style="background-color:
                  rgba(255, 255, 255, 0);">Sent from Callisto House ::
                  decentralized mobile homeless solutions</span></div>
            </div>
          </div>
        </div>
        <div dir="ltr"><br>
          <blockquote type="cite">On Sep 11, 2022, at 09:19, Jakob
            Reschke <a class="moz-txt-link-rfc2396E" href="mailto:jakres+squeak@gmail.com"><jakres+squeak@gmail.com></a> wrote:<br>
            <br>
          </blockquote>
        </div>
        <blockquote type="cite">
          <div dir="ltr"><span>
              <div dir="ltr">
                <div>Hi rabbit,</div>
                <br>
                <div class="gmail_quote">
                  <div dir="ltr" class="gmail_attr">Am So., 11. Sept.
                    2022 um 12:49 Uhr schrieb rabbit <<a href="mailto:rabbit@callistohouse.org" moz-do-not-send="true" class="moz-txt-link-freetext">rabbit@callistohouse.org</a>>:</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>Is it possible, you can point me to an example
                        of using FFI to talk to a shared lib?</p>
                    </div>
                  </blockquote>
                  <div>You can choose to download and install FFI from
                    the last page of the preferences wizard. It appears
                    when you launch a fresh image, or find it in the
                    Apps menu. There are some examples in the
                    FFI-MacOS-Examples, FFI-Unix-Examples, and
                    FFI-Win32-Examples class categories. You could also
                    read about it on the wiki: <a href="https://wiki.squeak.org/squeak/2426" moz-do-not-send="true" class="moz-txt-link-freetext">https://wiki.squeak.org/squeak/2426</a></div>
                  <div><br>
                  </div>
                  <div>Kind regards,<br>
                    Jakob</div>
                  <blockquote class="gmail_quote" style="margin:0px 0px
                    0px 0.8ex;border-left:1px solid
                    rgb(204,204,204);padding-left:1ex">
                    <div>
                      <div> </div>
                    </div>
                  </blockquote>
                </div>
              </div>
            </span></div>
        </blockquote>
      </div>
    </blockquote>
    <div class="moz-signature">-- <br>
      <div>Have a good one; keep it, light.</div>
      <div>Kindly,</div>
      <div>rabbit</div>
      <div>. .. … ‘…^,^</div>
      <br>
      <br>
      <div>Sent from Callisto House :: decentralized mobile homeless
        solutions</div>
    </div>
  

</span></div></blockquote></div></body></html>