<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Hi Mike, <br>
      sorry for the details, just want to make sure the root of the
      issue. <br>
      the problem is most likely due to some prerequisites not
      installed, if you would like to try it again, try to install
      Microsoft Visual C++ Redistributable for Visual Studio 2015 from
      following link, and it should be able to load the lib smoothly.<br>
      <br>
      <a class="moz-txt-link-freetext" href="https://www.microsoft.com/en-US/download/details.aspx?id=48145">https://www.microsoft.com/en-US/download/details.aspx?id=48145</a><br>
      <br>
      hope this helps.<br>
      <br>
      rgds,<br>
      CL<br>
      <br>
      On 23/8/2018 7:51 PM, Michael J. McCann wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:57cbea1e-3b29-687f-6c3b-421bbe2731d8@ieee.org">
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
      <title>Re: [Scilab-users] Win10.Scilab601.IPCV2.Not Loading</title>
      <font size="+1">CL,<br>
        Thank you for going to all this trouble. I think this is beyond
        my skills. I do mathematical engineering and business modelling
        and rely on the tools like Matlab and Scilab. If they don't come
        as working software, I'm a bit out of my depth.  I still have
        trouble with Scilab   when getting functions, which  I've
        written,  to be recognized in scripts so you can see I'm not
        understanding the interior working of these tools. I haven't
        tried to set up 'paths' since I last used DOS.<br>
        <br>
        Indeed your first suggestion:</font><br>
      "Can u try to load the 3rd party lib and the gateway manually and
      check the output?" <br>
      <font size="+1">poses questions: What is '3rd party lib" ? What
        are the commands for loading these things?<br>
        I have trouble understanding the other ideas because of my
        ignorance of modern compilers etc. <br>
        <br>
         So  since I have a working version of IPCV1.2 with Scilab6.0.1,
        which meets my needs so far, I'm going to stick with it and
        maybe try again with later versions  if necessary  and I'll save
        your suggestions for reference and study if then needed.<br>
        Thank you for all your efforts,<br>
        Mike.<br>
        <a class="moz-txt-link-abbreviated"
          href="http://www.mccannscience.com" moz-do-not-send="true">www.mccannscience.com</a><br>
      </font>==============================<br>
      <br>
      <div class="moz-cite-prefix">On 23/08/2018 03:11, Tan Chin Luh
        wrote:<br>
      </div>
      <blockquote type="cite"
        cite="mid:f89bd803-4b43-42a6-f417-6bcb1f5c926f@tritytech.com">
        <meta http-equiv="Content-Type" content="text/html;
          charset=utf-8">
        <div class="moz-cite-prefix">Hi Mike,<br>
          <br>
          <br>
          <br>
          1. Try to link the ipcv dll, the file is either located in
          your SCI or SCIHOME folder:<br>
          <br>
          SCIHOME + '\atoms\x64\IPCV\2.0\sci_gateway\cpp\'<br>
          or<br>
          SCI + '\contrib\IPCV\2.0\sci_gateway\cpp\'<br>
          change in to the folder which contains the dll and exec
          following command in the console.<br>
          <b>--> link gw_ipcv.dll</b><br>
          <br>
          2. Similar to the 3rd party opencv lib:<br>
          <br>
          SCIHOME +
          '\atoms\x64\IPCV\2.0\thirdparty\opencv\windows\x64\bin\'<br>
          or<br>
          SCI + '\contrib\IPCV\2.0\thirdparty\opencv\windows\x64\bin\'<br>
          <br>
          change in to the folder which contains the dll and exec
          following command in the console.<br>
          <b>--> link opencv_world341.dll</b><br>
          <br>
          let me know the output in the console.<br>
          <br>
          rgds,<br>
          CL<br>
          <br>
          <br>
          <br>
          On 21/8/2018 10:09 PM, Michael J. McCann wrote:<br>
        </div>
        <blockquote type="cite"
          cite="mid:0c3d3b9f-7bdc-925b-8105-c77e7cad9ece@ieee.org">
          <meta http-equiv="Content-Type" content="text/html;
            charset=utf-8">
          <font size="+1">TanChin,<br>
            Thank you. As the only person who ever uses this personal
            computer I never thought of using a program ' as
            administrator'  BUT did find the option to do that (I never
            tried rt-click on a shortcut before!). My impression was
            that Scilab couldn't find the pathways/gateways(?) which it
            needed to load the installed module.<br>
            <br>
            However, I removed the IPCV2.0 and installed IPCV1.2 but
            only after discovering that<br>
            atomsInstall(["IPCV" "1.2"])  did not work BUT </font><font
            size="+1"><br>
            atomsInstall(["IPCV", "1.2"]) worked fine.    <br>
            I added the comma after something flagged that it was
            looking for a string as the first variable. So now I have a
            version working  as used on the other machine and have also
            been able to share the work.<br>
            Thank you for the advice and the IPCV work you do.<br>
            Mike.<br>
            =================</font><br>
          <br>
          <div class="moz-cite-prefix">On 21/08/2018 02:10, Tan Chin Luh
            wrote:<br>
          </div>
          <blockquote type="cite"
            cite="mid:8b3c6812-01d4-954d-7aea-2d21f0849400@tritytech.com">
            <meta http-equiv="Content-Type" content="text/html;
              charset=utf-8">
            <div class="moz-cite-prefix">Did you try to run the scilab
              with admin right? Do this by right-click on the scilab,
              run as administrator. <br>
              <br>
              <br>
              On 20/8/2018 7:29 PM, Michael J. McCann wrote:<br>
            </div>
            <blockquote type="cite"
              cite="mid:63f6b98c-d32c-5f0f-dd8d-c8aafe7a4efe@ieee.org">
              <meta http-equiv="content-type" content="text/html;
                charset=utf-8">
              <font size="+1">I have Scilab6.01 on a Windows 10 machine.
                I have recently installed "IPCV" via Atoms. That went in
                OK but when I restart Scilab, the loading process only
                gets as far as  reporting, in the console,   ' load
                gateways'    and nothing more.<br>
                The IPCV functions don't work.   I can see that  ["
                IPCV,"2.0"] is installed.<br>
                <br>
                I have IPCV working on a different Windows10machine with
                Scilab6.01 BUT I suspect it is an earlier version of
                IPCV<br>
                <br>
                Is this a bug with IPCV2 or have I missed something?<br>
                MikeMcC.<br>
              </font>
              <pre class="moz-signature" cols="72">-- 
Note: Email address is now '<a class="moz-txt-link-abbreviated" href="mailto:mjmccann@ieee.org" moz-do-not-send="true">mjmccann@ieee.org</a>' not 'iee.org'</pre>
              <br>
              <fieldset class="mimeAttachmentHeader"></fieldset>
              <br>
              <pre wrap="">_______________________________________________
users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:users@lists.scilab.org" moz-do-not-send="true">users@lists.scilab.org</a>
<a class="moz-txt-link-freetext" href="http://lists.scilab.org/mailman/listinfo/users" moz-do-not-send="true">http://lists.scilab.org/mailman/listinfo/users</a>
</pre>
            </blockquote>
            <p><br>
            </p>
            <br>
            <fieldset class="mimeAttachmentHeader"></fieldset>
            <br>
            <pre wrap="">_______________________________________________
users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:users@lists.scilab.org" moz-do-not-send="true">users@lists.scilab.org</a>
<a class="moz-txt-link-freetext" href="http://lists.scilab.org/mailman/listinfo/users" moz-do-not-send="true">http://lists.scilab.org/mailman/listinfo/users</a>
</pre>
          </blockquote>
          <br>
          <pre class="moz-signature" cols="72">-- 
Note: Email address is now '<a class="moz-txt-link-abbreviated" href="mailto:mjmccann@ieee.org" moz-do-not-send="true">mjmccann@ieee.org</a>' not 'iee.org'</pre>
          <br>
          <fieldset class="mimeAttachmentHeader"></fieldset>
          <br>
          <pre wrap="">_______________________________________________
users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:users@lists.scilab.org" moz-do-not-send="true">users@lists.scilab.org</a>
<a class="moz-txt-link-freetext" href="http://lists.scilab.org/mailman/listinfo/users" moz-do-not-send="true">http://lists.scilab.org/mailman/listinfo/users</a>
</pre>
        </blockquote>
        <p><br>
        </p>
        <br>
        <fieldset class="mimeAttachmentHeader"></fieldset>
        <br>
        <pre wrap="">_______________________________________________
users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:users@lists.scilab.org" moz-do-not-send="true">users@lists.scilab.org</a>
<a class="moz-txt-link-freetext" href="http://lists.scilab.org/mailman/listinfo/users" moz-do-not-send="true">http://lists.scilab.org/mailman/listinfo/users</a>
</pre>
      </blockquote>
      <br>
      <pre class="moz-signature" cols="72">-- 
Note: Email address is now '<a class="moz-txt-link-abbreviated" href="mailto:mjmccann@ieee.org" moz-do-not-send="true">mjmccann@ieee.org</a>' not 'iee.org'</pre>
    </blockquote>
    <p><br>
    </p>
  </body>
</html>