<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Hello Antoine,<br>
      <br>
      Thanks for your fast answer:<br>
      <br>
      Le 15/07/2015 13:24, Antoine ELIAS a écrit :<br>
    </div>
    <blockquote cite="mid:55A642F4.8000009@scilab-enterprises.com"
      type="cite">
      <meta content="text/html; charset=ISO-8859-1"
        http-equiv="Content-Type">
      <div class="moz-cite-prefix"><br>
        It seems that you try to open a lib file build with Scilab 5 (
        24th first bytes with lot of 0x28 "(" )<br>
        use <tt>genlib("libname", "sci_files_path")</tt> to build lib
        and bin files to Scilab 6 <br>
        And call <tt>lib("your_path")</tt><br>
        <br>
        Scilab 6, no more create "names" file.<br>
        New "lib" file ( xml format, it is readable ) contains all
        needed information.<br>
      </div>
    </blockquote>
    .<br>
    It works! So, this means that <b>all</b> ATOMS modules and modules
    on the forge or other <br>
    contribs will have to be recompiled for Scilab 6, <b>even those
      that have only macros</b>.<br>
    This is a big change, that in my opinion could deserve being
    announced quite early and officially on <br>
    users@ and dev@, unless S/E gets the charge to generate a new
    version of each ATOMS module for Scilab 6. <br>
    When save() was changed to work with HDF5, former calling sequences
    were warnobsoleted a long time ago.<br>
    <br>
    It could be worthwhile to do the same with lib() in Scilab 6,
    supporting the former processing and <br>
    lib and names files format, but then warnobsoleting the user to
    recompile the library.<br>
    <br>
    Thanks a lot for the hint.<br>
    <blockquote cite="mid:55A642F4.8000009@scilab-enterprises.com"
      type="cite">
      <div class="moz-cite-prefix"> <br>
        I am not sure I understand the link between gateway.xml and
        macros <br>
      </div>
    </blockquote>
    .<br>
    I was pointing
    SCI\modules\functions\sci_gateway\functions_gateway.xml, out of
    which lib has been moved.<br>
    <br>
    Samuel<br>
    <br>
  </body>
</html>