<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">That is much more then I could ask for.
      Thank you!<br>
    </div>
    <div class="moz-cite-prefix"><br>
    </div>
    <div class="moz-cite-prefix">26.06.2019 22:54, Cedron Dawg пишет:<br>
    </div>
    <blockquote type="cite"
      cite="mid:1575308269.83356753.1561564481574.JavaMail.zimbra@exede.net">
      <pre class="moz-quote-pre" wrap="">I've whipped up a sample project which should be similar to your situation.

This project shows:

 * How easy it is to interface to a C shared library.

 * My clever, but a bit complicated, way of compiling a C shared library from Gambas

 * The difference between Gambas' ordinary string functions (ASCII) and the static String functions (UTF-8)

You should note:

 * The C code is oblivious to the UTF-8 encoding of the string constant.

 * There is no conv function usage

 * I use a string instead of allocated memory

Hopefully this will clarify the issues at hand.

Ced

</pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <pre class="moz-quote-pre" wrap="">
----[ Gambas mailing-list is hosted by <a class="moz-txt-link-freetext" href="https://www.hostsharing.net">https://www.hostsharing.net</a> ]----
</pre>
    </blockquote>
    <p><br>
    </p>
  </body>
</html>