<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
    <style type="text/css">
        /* Quote Levels Colors */
        blockquote.cite {    color: navy !important; background-color: RGB(245,245,245) !important;
        }
        blockquote.cite blockquote.cite {    color: maroon !important; background-color: RGB(235,235,235) !important;
        }
        blockquote.cite blockquote.cite blockquote.cite {    color: green !important; background-color: RGB(225,225,225) !important;
        }
        blockquote.cite blockquote.cite blockquote.cite blockquote.cite {    color: purple !important; background-color: RGB(215,215,215) !important;
        }
        blockquote.cite blockquote.cite blockquote.cite blockquote.cite blockquote.cite {    color: teal !important; background-color: RGB(205,205,205) !important;
        } 
</style>
  </head>
  <body>
    Dear Thales, <br>
    <br>
    Check the dependencies on the DLL you are trying to load, e.g. with
    the Dependency Walker; see if the dependencies are in the path.
    Alternatively, try to load the DLL using another application (e.g.
    RegSvr32.exe <dllname> should tell you something like: the DLL
    was loaded but the registration entry point was not found, presuming
    it is not a COM dll). If dependencies are not there, or if the DLL
    fails to load for some other reason (e.g. because DLLMain returns
    false), you may expect an error similar to what you report, <br>
    <br>
    Best wishes, <br>
    <br>
    Jasper.<br>
    <br>
    On 5/8/2012 14:34, Thales Jacques wrote:
    <blockquote class=" cite"
      id="mid_1336480446910_3971194_post_n3_nabble_com"
      cite="mid:1336480446910-3971194.post@n3.nabble.com" type="cite">
      <pre wrap="">Hey Mathieu, no problem. It is a perfectly valid answer...
I replaced the actual path for <path> because it was long and I wanted to
make the message "cleaner" to read so you could focus on the instruction
itself and not the long path string.
I have the real path in the code.

Do you have any other ideas on how to do this or why I get an error or what
the error actually means?

Thanks,

Thales.

--
View this message in context: <a class="moz-txt-link-freetext" href="http://mailinglists.scilab.org/Linking-Delphi-DLL-with-Scilab-tp3967008p3971194.html">http://mailinglists.scilab.org/Linking-Delphi-DLL-with-Scilab-tp3967008p3971194.html</a>
Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com.

--
To unsubscribe from this mailing-list, please send an empty mail to
<a class="moz-txt-link-abbreviated" href="mailto:users-unsubscribe@lists.scilab.org">users-unsubscribe@lists.scilab.org</a>
To check the archives of this mailing list, see
<a class="moz-txt-link-freetext" href="http://mailinglists.scilab.org/">http://mailinglists.scilab.org/</a>

</pre>
    </blockquote>
  </body>
</html>