<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr">Il giorno mer 5 set 2018 alle ore 13:38 Hans Lehmann <<a href="mailto:hans@gambas-buch.de">hans@gambas-buch.de</a>> ha scritto:<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 bgcolor="#FFFFFF">
    <div class="gmail-m_1110040979677117358moz-cite-prefix">Am 05.09.2018 um 12:47 schrieb
      Gianluigi:<br>
    </div>
    <blockquote type="cite">the
      attached code, it works well for me.</blockquote>
    <font size="+1"><font face="DejaVu Sans Mono">Hello </font><font face="DejaVu Sans Mono">Gianluigi,<br>
        <br>
        the code:<br>
        <br>
        Try Copy "./libenoit.so" To "/tmp/libenoit.so"<br>
        Wait<br>
        If Error Then Return<br>
        <br>
        only works once in the IDE.<br>
        <br>
        Better would be:<br>
        <br>
        Public Sub Main()<br>
        <br>
          Dim s As String<br>
        <br>
          <font color="#cc0000">If Not Exist("/tmp/libenoit.so") Then</font><br>
            Try Copy "./libenoit.so" To "/tmp/libenoit.so"<br>
            Wait<br>
            If Error Then Return<br>
          <font color="#cc0000">Endif</font><br>
        <br>
          s = "\n\e[31mBenoit know well the C language !\e[0m"<br>
          DecMinisini(s)<br>
        <br>
        End<br>
        <br>
        Yours sincerely<br>
        <br>
        Hans</font></font></div></blockquote><div><br></div><div><br></div><div>Hi Hans,</div><div>thank you.<br></div><div>I'll tell you why I forgot your red code.<br>Because when I do the tests with tmp I am used to having the tmp folder open and delete directly from there.</div><div>In any case, one must go in tmp folder to check the operation.<br></div><div>In this case that the output is for the console, the only way to see if the program also works as executable you get it from the copy of the library .so and the fact that you do not get error.<br>Should always be clear that these are just small demonstration examples, not working programs.<br><br>Regards<br>Gianluigi<br></div></div></div></div>